Highcharts for Python v1.8.0

Released: Jun 10, 2024

Actualizaciones en v1.8.0

Características

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.

Correcciones

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.