Releases: highcharts-for-python/highcharts-core
Releases · highcharts-for-python/highcharts-core
v.1.10.2
- BUGFIX: Fixed type coercion for
plot_options.series.data_labels
to allow for series type-specific
label classes. Closes #209. - BUGFIX: Modified the default
Referer
andUser-Agent
strings for use when exporting charts. - DOCS: Added some additional documentation around the
User-Agent
andReferer
support for use when
exporting charts. - ENHANCEMENT: Some minor refactoring.
v.1.10.1
v.1.10.0
- ENHANCEMENT: Added
User-Agent
andReferer
support to theExportServer
class to accommodate
new security measures on Highsoft's public Export Server instance. - BUGFIX: Adjusted handling of NumPy
datetime64
values to serialize them to Unix epoch-based milliseconds,
rather than the default nanoseconds (closes #204). - DOCS: Added examples of adjusting
datetime64
values 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.PieDataLabel
class to ensure support for
the.distance
property on Pie-chart (and descended) data labels. Closes #183. - BUGFIX: Fixed
options.chart.height
type 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.BorderRadius
object.
v.1.8.2
- BUGFIX: Added missing support for
'areaMarker'
legend symbol. - DOCS: Fixed some typos (courtesy of @JulienBacquart).