Highcharts for Python v1.8.0

Released: Jun 10, 2024

v1.8.0 での更新項目

機能

Core

  • Added for_export as a special parameter to the .to_json() serialization method to maintain past behavior while simultaneously fixing serialization bugs related to export via the Node Export Server. Extended .trim_dict() and .trim_iterable() internal methods with for_export support for the same purpose.

不具合の修正

Core

  • Fixed over-eager trimming of None data values when serializing .to_json() for export via the Export Server.
  • Fixed DumbbellSeries.data incorrect type (reverted from CartesianData to RangeData-descended).
  • Fixed coercion of datetime.date type values to milliseconds when serializaing .to_json() for export via the Export Server.