Highcharts for Python v1.1.x

Released: Apr 27, 2023

v1.1.x での更新項目

v1.1.1

Updated Apr 27, 2023

Features

  • Highcharts Core for Python
    • Added more elegant error handling when displaying a chart in Jupyter.

Fixes

  • Highcharts Core for Python
    • Fixed a problem when producing a JS literal, with the JS code inserting an unnecessary new.

v1.1.0

Updated Apr 27, 2023

Features

  • Highcharts Core for Python
    • Aligned the API to Highcharts Core v11. In particular, this includes:
      • Updated documentation for options.chart.ChartOptions.styled_mode to align to new v11 design changes.
      • Updated documentation for options.series.data.base.DataBase.color_index to align to new v11 design changes.
      • Added new utility_classes.data_labels.SunburstDataLabel class to patch missing data label .rotation_mode property.
      • Updated options.plot_options.SunburstOptions.data_labels to accept SunburstDataLabel values.
      • Updated documentation of options.axes.labels.AxisLabelOptions.distance to reflect new (or newly-documented) behavior.
      • Added new utility_classes.data_labels.OrganizationDataLabel class to patch missing data label . link_text_path property.
      • Updated options.plot_options.organization.OrganizationOptions.data_labels to accept OrganizationDataLabel values.
      • Added .description_format property to options.plot_options.accessibility.TypeOptionsAccessibility.
      • Added PictorialOptions/PictorialSeries series type with related classes.
      • Added .minor_ticks_per_major to options.axes.x_axis.XAxisOptions.
      • Added .stack_shadow to options.axes.y_axis.YAxisOptions.
      • Added .border_radius to ColumnRangeOptions/ColumnRangeSeries.
      • Added .play_as_sand and .download_midi to global_options.language.Language.
      • Added .border_radius to PieOptions/PieSeries.
      • Added .style to utility_classes.buttons.CollapseButtonConfiguration.
      • Added utility_classes.events.SimulationEvents and modified NetworkGraphOptions to support.
      • Added options.sonification and all related classes.
      • Added series-level SeriesSonification to all series.
  • Highcharts Gantt for Python
    • Aligned the API to Highcharts Core v11. In particular, this includes:
      • Changes inherited from Highcharts Core for Python v1.1.0.
  • Highcharts Maps for Python
    • Aligned the API to Highcharts Core v11. In particular, this includes:
      • Changes inherited from Highcharts Core for Python v1.1.0.
      • Added options.drilldown.Drilldown.map_zooming property.
      • Added FlowmapOptions/FlowmapSeries support.
      • Added GeoHeatmapOptions/GeoHeatmapSeries support.
  • Highcharts Stock for Python
    • Aligned the API to Highcharts Core v11. In particular, this includes:
      • Changes inherited from Highcharts Core for Python v1.1.0.
      • Added options.scrollbar.buttons_enabled property.

Fixes

  • Highcharts Core for Python
    • Broken heatmap and tilemap documentation links.
    • Fixed missing TreegraphOptions/TreegraphSeries series type.
  • Highcharts Gantt for Python
    • Fixed missing TreegraphOptions/TreegraphSeries series type.
  • Highcharts Maps for Python
    • Fixed missing TreegraphOptions/TreegraphSeries series type.
  • Highcharts Stock for Python
    • Broken heatmap and tilemap documentation links.
    • Fixed missing TreegraphOptions/TreegraphSeries series type.