Highcharts for Python v1.2.x
Released: Jun 8, 2023
Mises à jour de 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
- Increased the default timeout for
Chart.download_chart() and related.
Fixes
- Highcharts Core for Python
- Fixed error when loading certain Highcharts (JS) scripts in Jupyter context.
- Highcharts Gantt for Python
- Fixed reference bug in serialization of
GanttData instances with timezone-naive datetime instances in start and ''end.
v1.2.2
Updated Jun 14, 2023
Fixes
- Highcharts Core for Python
- Fixed behavior where
Chart.download_chart(format = 'svg') was incorrectly returning a PNG rather than an SVG.
- Highcharts Gantt for Python
- Fixed support for serialization of
GanttData instances with timezone-naive datetime instances in start and ''end.
- Fixed broken links in documentation to
options.series.gantt.GanttSeries and options.series.data.gantt.GanttData.
v1.2.1
Updated Jun 11, 2023
Features
- Highcharts Core for Python
- Added autoconversion of
plotLine.value from datetime.datetime to POSIX timestamp.
Fixes
- Highcharts Core for Python
- Fixed incorrect
datetime serialization to SECONDS from Unix epoch. Now serializing to JS-compatible MILLISECONDS from Unix epoch.
- Highcharts Stock for Python
- Fixed incorrect
datetime serialization to SECONDS from Unix epoch. Now serializing to JS-compatible MILLISECONDS from Unix epoch.
- Highcharts Gantt for Python
- Fixed incorrect
datetime serialization to SECONDS from Unix epoch. Now serializing to JS-compatible MILLISECONDS from Unix epoch.
v1.2.0
Updated Jun 8, 2023
Features
- Highcharts Core for Python
- Aligned the API to Highcharts (JS) v.11.1. In particular, this includes:
- Added AccessibilityPoint.description_format property.
- Added support for .legend_symbol to plot options and series options.
- Added .border_radius support to FunnelOptions and FunnelSeries.
- Added .interpolation support to HeatmapOptions and descendents.
- Added .point_description_format support to SeriesOptions and descendents.
- Added .fill_space support to TreegraphOptions and descendents.
- Added .crossing support to axes.
- Added .format support to Tooltip.
- Added support for the inclusion of scripts based on features used in the chart.
- Added dict support to .style property on labels and titles.
- Highcharts Stock for Python
- Aligned the API to Highcharts (JS) v.11.1. In particular, this includes:
- Changes inherited from Highcharts Core for Python v.1.2.0.
- Added support for the inclusion of scripts based on features used in the chart.
- Added dict support to .style property on labels and titles.
- Highcharts Gantt for Python
- Aligned the API to Highcharts (JS) v.11.1. In particular, this includes:
- Changes inherited from Highcharts Core for Python v.1.2.0.
- Added support for the inclusion of scripts based on features used in the chart.
- Added dict support to .style property on labels and titles.
- Highcharts Maps for Python
- Aligned the API to Highcharts (JS) v.11.1. In particular, this includes:
- Changes inherited from Highcharts Core for Python v.1.2.0.
- Added TiledWebMapOptions/TiledWebMapSeries support.
- Added support for the inclusion of scripts based on features used in the chart.
- Added dict support to options.series.labels.SeriesLabel.style and utility_classes.data_labels.DataLabel.style.
Fixes
- Highcharts Core for Python
- Various documentation updates and fixes.
- Bumped requests version for security patch.
- Highcharts Stock for Python
- Various documentation updates and fixes.
- Bumped requests version for security patch.
- Highcharts Gantt for Python
- Various documentation updates and fixes.
- Bumped requests version for security patch.
- Highcharts Maps for Python
- Fixed de-serialization error in options.series.data.geometric.GeometricZData which prevented the population of .properties.
- Several documentation fixes.
- Bumped requests version for security patch.