Highcharts for Python Releases

Released: Jun 8, 2023

Updates in v1.2.x

v1.2.6

Updated Aug 1, 2023

Fixes

  • Highcharts Core for Python
    • Fixed incorrect handling of an empty string in Annotation.draggable property.

v1.2.5

Updated Jul 28, 2023

Fixes

  • Highcharts Core for Python
    • Fixed ExportServer handling of data relying on Pandas Timestamp instances.

v1.2.4

Updated Jul 26, 2023

Fixes

  • Highcharts Core for Python
    • Fixed .from_array() de-serialization to support propagation of string-type x values to ''name''.

v1.2.3

Updated Jun 20, 2023

Features

  • Highcharts Core for Python...

Released: Apr 27, 2023

Updates in 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...

Released: Apr 12, 2023

Updates in v1.0.x

v1.0.1

Updated Apr 16, 2023

Features

  • Highcharts Core for Python
    • Added a catch for when trying to set Chart.options to a SharedOptions instance.
  • Highcharts Gantt for Python
    • Added documentation of "hard" dependencies to the README.
  • Highcharts Maps for Python
    • Added documentation of "hard" dependencies to the README.
  • Highcharts Stock for Python
    • Added documentation of "hard" dependencies to the README.

Fixes

  • Highcharts Core for Python
    • Fixed a bug encountered when parsing CSV data.
    • Fixed a broken link...