Highcharts for Python

  1. Highcharts for Python v1.7.0

    Release Notes: Core Aligned the API to Highcharts (JS) v.11.4. In particular, this includes: Added Accessibility.high_contrast_mode support. Added OrganizationOptions.hanging_side support. Added SankeyOptions.node_distance support. Added TreegraphOptions.node_distance ...

  2. Highcharts for Python v1.6.0

    Release Notes: Core Aligned the API to Highcharts (JS) v.11.3. In particular, this includes: Added ChartOptions.axis_layout_runs property. Added ColorAxis.height property. Added ColorAxis.width property. Added Data.column_types property. Added Exporting.fetch_options ...

  3. Highcharts for Python v1.5.1

    Release Notes: Core Fixed bug in JS literal serialization that would misinterpret strings that start with {, end with}, and contain a colon (:) as an object literal rather than as a string. Maps Fixed incorrect assignment of options.chart.map value. 0 ...

  4. Highcharts for Python v1.5.0

    Release Notes: Core Aligned the API to Highcharts (JS) v11.2. In particular, this includes: Added AxisEvents.point_break_out property. Added.node_alignment property to SankeyOptions and SankeySeries. Added.link_color_mode property to SankeyOptions and SankeySeries. ...

  5. Highcharts for Python v1.4.6

    Release Notes: Stock Fixed FlagData and FlagDataCollection serialization bug. 0 ...

  6. Highcharts for Python v1.4.5

    Release Notes: Stock Fixed FlagDataCollection serialization bug. 0 ...

  7. Highcharts for Python v1.4.4

    Release Notes: Stock Added FlagData and FlagDataCollection classes. 0 ...

  8. Highcharts for Python v1.4.3

    Release Notes: Stock Fixed error in FlagsSeries serialization and added unit test. Core Fixed edge case error when deserializing ChartOptions using.from_dict() with a dict that had been serialized using.to_dict() which errored on.margin and.spacing. 0 ...

  9. Highcharts for Python v1.4.2

    Release Notes: Stock Fixed missing.data property in FlagSeries objects. Core Fixed location of the histogram.js module and bellcurve.js module to reflect latest changes in Highcharts (JS). 0 ...

  10. Highcharts for Python v1.4.1

    Release Notes: Core Fixed handling of numpy.datetime64 values in DataPointCollection. Stock Fixed serialization of OHLCData to JS literal.open property no longer serializing to null. Maps Fixed incorrect cross-dependency inheritance in options/series_generator.create ...

  11. Highcharts for Python v1.4.0

    Release Notes: Performance gains in the.to_js_literal() method. Implementation seems to improve performance by 50- 90%. Performance gains in the.to_json() method. Implementation seems to improve performance by 30- 90%. Significantly simplified use of the.from_pandas() ...

  12. Highcharts for Python v1.3.x

    Release Notes: Includes enhancements to improve performance and reduce the size of serialized data. v1.3.7 Updated Aug 18, 2023 Features Highcharts Core for Python Fixed bug in HighchartsMeta.copy() Fixed bug in data point serialization to primitive array. v1.3.6 ...

  13. Highcharts for Python v1.2.x

    Release Notes: v1.2.6 Updated Aug 1, 2023 Fixes Highcharts Core for Python Fixed incorrect handling of an empty string in Annotation.draggable property. v1.2.5 Updated Jul 28, 2023 Fixes Highcharts Core for Python Fixed ExportServer handling of data relying on Pandas ...

  14. Highcharts for Python v1.1.x

    Release Notes: v1.1.1 Updated Apr 27, 2023 Features Highcharts Core for Python Added more elegant error handling when displaying a chart in Jupyter. Fixes Highcharts Core for Python Fixed a problem when producing a JS literal, with the JS code inserting an unnecessary ...

  15. Highcharts for Python v1.0.x

    Release Notes: v1.0.1 Updated Apr 16, 2023 Features Highcharts Core for Python Added a catch for when trying to set Chart.options to a SharedOptions instance. Highcharts Gantt for Python Added documentation of "hard" dependencies to the README. Highcharts Maps ...