Highcharts for Python v1.9.0
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 support for options.plot_options.sunburst.SunburstOptions.border_radius.