Skip to content

Releases: highcharts-for-python/highcharts-core

v.1.10.2

29 Nov 17:45
bf4f2cd
Compare
Choose a tag to compare
  • 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 and User-Agent strings for use when exporting charts.
  • DOCS: Added some additional documentation around the User-Agent and Referer support for use when
    exporting charts.
  • ENHANCEMENT: Some minor refactoring.

v.1.10.1

05 Nov 16:15
95874cf
Compare
Choose a tag to compare
  • BUGFIX: Fixed missing handling of JS module for HeatmapOptions and HeatmapSeries (closes #207).

v.1.10.0

04 Nov 19:26
4dbbb51
Compare
Choose a tag to compare
  • ENHANCEMENT: Added User-Agent and Referer support to the ExportServer 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

23 Sep 20:07
e5c0a57
Compare
Choose a tag to compare
  • BUGFIX: Fixed TypeError which occurred on certain np.isnan() operations when serializing to JS
    Literal (courtesy of @ThomasGl) (closes #200).

v.1.9.3

20 Aug 18:24
5878633
Compare
Choose a tag to compare
  • BUGFIX: Fixed incorrect export serialization of Highcharts Maps for Python map topologies.
  • BUGFIX: Added support for value 'allow' to DataLabel.overflow property. Fixes #198.
  • DOCS: Fixed some typos in documentation (courtesy of @JulienBacquart).

v.1.9.2

17 Jul 21:05
dafdd03
Compare
Choose a tag to compare
  • BUGFIX: Resolved over-broad False-y validation of PieDataLabel.distance to allow for 0
    values. Closes #192.
  • BUGFIX: Fixed over-broad False-y validation of Tooltip.header_format to allow for empty string
    values, bringing it in line with Tooltip.footer_format. Closes #193.

v.1.9.1

16 Jul 21:51
0f3a4af
Compare
Choose a tag to compare
  • ENHANCEMENT: Added stringified JSON serialization of callback functions when serializing via
    .to_json(for_export = True).

v.1.9.0

16 Jul 20:16
edb52c5
Compare
Choose a tag to compare
  • 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

21 Jun 00:57
fec60b3
Compare
Choose a tag to compare
  • BUGFIX: Added missing support for 'areaMarker' legend symbol.
  • DOCS: Fixed some typos (courtesy of @JulienBacquart).

v.1.8.1

10 Jun 13:43
417c434
Compare
Choose a tag to compare
  • ENHANCEMENT: Added resources (files, js, and css) support to chart export.