Highcharts for Python v1.3.x

Released: Aug 7, 2023

v1.3.x での更新項目

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

Updated Aug 16, 2023

Features

  • Highcharts Core for Python
    • Adding missing menu...Style properties to Navigation class.

v1.3.5

Updated Aug 16, 2023

Fixes

  • Highcharts Core for Python
    • Fixed validation of style properties in the Legend class.

v1.3.4

Updated Aug 13, 2023

Features

  • Highcharts Core for Python
    • Converted ButtonTheme into an extensible descendent of JavaScriptDict.

v1.3.3

Updated Aug 12, 2023

Fixes

  • Highcharts Core for Python
    • Added in a missing class extension for NavigationButtonConfiguration.

v1.3.2

Updated Aug 11, 2023

Fixes

  • Highcharts Core for Python
    • Fixed incorrect handling when defining a new Exporting.buttons context button under a different key name than contextButton.

v1.3.1

Updated Aug 9, 2023

Fixes

  • Highcharts Core for Python
    • Fixed incorrect style property deserialization in certain places.

v1.3.0

Updated Aug 7, 2023

Features

  • Highcharts Core for Python
    • Modified the way that data points are serialized to JavaScript literal objects.
      • Now, they are serialized to a JavaScript array if their configured properties are those that Highcharts (JS) supports in JavaScript array notation.
      • Otherwise, the code falls back to serialize the data point as a JavaScript object literal.
      • This change is intended to improve performance and reduce the size of the serialized data.
    • Added __repr__() method for Highcharts Core for Python classes.
    • Added __str__() method with special handling for difficult-to-read classes.
    • Added Chart.get_script_tags() to retrieve Javascript <script> tags.
    • Added utility_functions.to_snake_case() function.
  • Highcharts Maps for Python
    • Same as above for Highcharts Core for Python.
  • Highcharts Stock for Python
    • Same as above for Highcharts Core for Python.
  • Highcharts Gantt for Python
    • Same as above for Highcharts Core for Python.

Fixes

  • Highcharts Core for Python
    • Fixed incorrect serialization of datetime and Pandas Timestamp objects in .to_dict() and .to_json().
    • Fixed incorrect serialization of EnforcedNull in .to_dict() and .to_json().
  • Highcharts Maps for Python
    • Same as above for Highcharts Core for Python.
  • Highcharts Stock for Python
    • Same as above for Highcharts Core for Python.
  • Highcharts Gantt for Python
    • Same as above for Highcharts Core for Python.