Rilasci di Highcharts for Python
Released: Mar 3, 2025
Aggiornamenti in v1.10.3
Correzioni
- Fixed support for missing
HoverState options.
- Fixed JavaScript serialization of
CallbackFunction.
- Fixed the
DataLabel support for NetworkGraphOptions.
Released: Dec 4, 2024
Aggiornamenti in v1.10.2
Funzionalità
- Added some additional documentation around the User-Agent and Referer support for use when exporting charts.
- Added some minor refactoring.
Correzioni
- Fixed type coercion for plot_options.series.data_labels to allow for series type-specific label label classes.
- Modified the default Referer and User-Agent strings for use when exporting charts.
Released: Nov 6, 2024
Aggiornamenti in v1.10.1
Correzioni
- Fixed missing handling of JS module for HeatmapOptions and HeatmapSeries.
Released: Nov 5, 2024
Aggiornamenti in v1.10.0
Funzionalità
- Added User-Agent and Referer support to the ExportServer class to accommodate new security measures on Highsoft's public Export Server instance.
- DOCS: Added examples of adjusting datetime64 values to epoch-based milliseconds.
Correzioni
- Adjusted handling of NumPy datetime64 values to serialize them to Unix epoch-based milliseconds, rather than the default nanoseconds.
Released: Sep 24, 2024
Aggiornamenti in v1.9.4
Correzioni
- Fixed
TypeError which occurred on certain np.isnan() operations when serializing to JS Literal.
Released: Aug 20, 2024
Aggiornamenti in v1.9.3
Correzioni
- Fixed incorrect export serialization of Highcharts Maps for Python map topologies.
- Added support for 'allow' value to DataLabel.overflow property.
- Fixed some typos in documentation.
Released: Jul 18, 2024
Aggiornamenti in v1.9.2
Correzioni
Core
- Resolved over-broad False-y validation of PieDataLabel.distance to allow for 0 values.
- Fixed over-broad False-y validation of Tooltip.header_format to allow for empty string values, bringing it in line with Tooltip.footer_format.
Released: Jul 17, 2024
Aggiornamenti in v1.9.1
Funzionalità
Core
- Added stringified JSON serialization of callback functions when serializing via .to_json(for_export = True).
Released: Jul 17, 2024
Aggiornamenti in v1.9.0
Funzionalità
Core
- Added new utility_classes.data_labels.PieDataLabel class to ensure support for the .distance property on Pie-chart (and descended) data labels.
- Added support for concatenation via + operator in JS literal strings when parsed by .from_js_literal().
- Added support for utility_classes.border_radius.BorderRadius object.
Correzioni
Core
- Fixed missing serialization/de-serialization of ChartEvents.render.
- Fixed options.chart.height type validation to accept string values as per JS API...
Released: Jun 21, 2024
Aggiornamenti in v1.8.2
Correzioni
Core
- Added missing support for 'areaMarker' legend symbol.
- Documentation: Fixed some typos.