Highcharts for Python v1.6.0

Released: Apr 7, 2024

Updates in v1.6.0

Features

Core

  • Aligned the API to Highcharts (JS) v.11.3. In particular, this includes:
    • Added ChartOptions.axis_layout_runs property.
    • Added ColorAxis.height property.
    • Added ColorAxis.width property.
    • Added Data.column_types property.
    • Added Exporting.fetch_options property.
    • Added support for verbose axis date-time unit labelling configuration.
  • Added support for nodeFormat and nodeFormatter to tooltip properties for diagram series (Organization, Dependency Wheel, and Sankey).
  • Added the ability to remove or override the JavaScript event listener when serializing a chart to a JavaScript literal.
  • Added support for the HCP_ALLOW_SPECIAL_IPS environment variable which allows localhost (or other special URLs) to pass URL validation.

Maps

  • Aligned the API to Highcharts (JS) v.11.3. In particular, this includes:
    • Updated requirements to depend on Highcharts Core for Python v.1.6.

Stock

  • Aligned the API to Highcharts (JS) v.11.3. In particular, this includes:
    • Updated requirements to depend on Highcharts Core for Python v.1.6.

Gantt

  • Aligned the API to Highcharts (JS) v.11.3. In particular, this includes:
    • Updated requirements to depend on Highcharts Stock for Python v.1.6.

Fixes

Core

  • Fixed typos in Getting Started tutorial.
  • Fixed typos in documentation.

Stock

  • Fixed missing functionality for RangeSelectorButton.type property.
  • Fixed missing FlagData.text property.

Gantt

  • Fixed validation error in GanttSeries.from_pandas().
  • Fixed missing functionality for RangeSelectorButton.type property.
  • Fixed missing FlagData.text property.