Highcharts for Python 릴리스

Released: Dec 4, 2024

v1.10.2 버젼 업데이트

기능

  • Added some additional documentation around the User-Agent and Referer support for use when exporting charts.
  • Added some minor refactoring.

수정사항

  • 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

v1.10.1 버젼 업데이트

수정사항

  • Fixed missing handling of JS module for HeatmapOptions and HeatmapSeries.

Released: Nov 5, 2024

v1.10.0 버젼 업데이트

기능

  • 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.

수정사항

  • Adjusted handling of NumPy datetime64 values to serialize them to Unix epoch-based milliseconds, rather than the default nanoseconds.

Released: Sep 24, 2024

v1.9.4 버젼 업데이트

수정사항

  • Fixed TypeError which occurred on certain np.isnan() operations when serializing to JS Literal.

Released: Aug 20, 2024

v1.9.3 버젼 업데이트

수정사항

  • 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

v1.9.2 버젼 업데이트

수정사항

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

v1.9.1 버젼 업데이트

기능

Core

  • Added stringified JSON serialization of callback functions when serializing via .to_json(for_export = True).

Released: Jul 17, 2024

v1.9.0 버젼 업데이트

기능

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.

수정사항

Core

  • Fixed missing serialization/de-serialization of ChartEvents.render.
  • Fixed options.chart.height type validation to accept string values as per JS API.
  • Added missing...

Released: Jun 21, 2024

v1.8.2 버젼 업데이트

수정사항

Core

  • Added missing support for 'areaMarker' legend symbol.
  • Documentation: Fixed some typos.

Released: Jun 10, 2024

v1.8.1 버젼 업데이트

기능

Core

  • Added resources (files, js, and css) support for exporting charts.