Releases: highcharts-for-python/highcharts-core
Releases · highcharts-for-python/highcharts-core
 v.1.10.3
v.1.10.2
- BUGFIX: Fixed type coercion for plot_options.series.data_labelsto allow for series type-specific
 label classes. Closes #209.
- BUGFIX: Modified the default RefererandUser-Agentstrings for use when exporting charts.
- DOCS: Added some additional documentation around the User-AgentandReferersupport for use when
 exporting charts.
- ENHANCEMENT: Some minor refactoring.
v.1.10.1
v.1.10.0
- ENHANCEMENT: Added User-AgentandReferersupport to theExportServerclass to accommodate
 new security measures on Highsoft's public Export Server instance.
- BUGFIX: Adjusted handling of NumPy datetime64values to serialize them to Unix epoch-based milliseconds,
 rather than the default nanoseconds (closes #204).
- DOCS: Added examples of adjusting datetime64values to epoch-based milliseconds (courtesy of @ThomasGl).
v.1.9.4
v.1.9.3
v.1.9.2
v.1.9.1
v.1.9.0
- BUGFIX: Fixed missing serialization/de-serialization of ChartEvents.render.
- BUGFIX: Added new utility_classes.data_labels.PieDataLabelclass to ensure support for
 the.distanceproperty on Pie-chart (and descended) data labels. Closes #183.
- BUGFIX: Fixed options.chart.heighttype validation to accept string values as per JS API.
 (Issue reported in #184).
- BUGFIX: Added missing support for options.plot_options.sunburst.SunburstOptions.border_radius
 (issue reported in #184).
- BUGFIX: Added support for concatenation via +operator in JS literal strings when parsed by
 .from_js_literal(). Closes #185.
- ENHANCEMENT: Added support for utility_classes.border_radius.BorderRadiusobject.
v.1.8.2
- BUGFIX: Added missing support for 'areaMarker'legend symbol.
- DOCS: Fixed some typos (courtesy of @JulienBacquart).