Highcharts for Python v1.5.0
Released: Nov 2, 2023
v1.5.0 での更新項目
機能
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.
- Added .inactive_other_points property to multiple series types.
- Added .grouping property to Lollipop series type.
- Added .low_marker property Area Range and Dumbell series types.
- Added .show_export_in_progress and .export_in_progress support.
- Added .drag annotation event support.
Stock
- Aligned the API to Highcharts (JS) v11.2. In particular, this includes:
- Added Navigator .accessibility support.
- Added .class_name to Stock Tools definitions.
- Added reversal support to Fibonacci Stock Tools.
Maps
- Aligned the API to Highcharts (JS) v11.2. In particular, this includes:
- Added interpolation support to GeoHeatmap series type.
Gantt
- Aligned the API to Highcharts (JS) v11.2. In particular, this includes:
- Added .radius support to Connectors.
- Added Navigator .accessibility support.
- Added .class_name to Stock Tools definitions.
- Added reversal support to Fibonacci Stock Tools.
不具合の修正
Core
- Fixed missing .levels support in TreegraphOptions and TreegraphSeries.