File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 11
2+ Release 1.5.0
3+ =========================================
4+
5+ * **ENHANCEMENT: ** Align the API to **Highcharts (JS) v.11.2 ** (#127). In particular, this includes:
6+
7+ * Added ``.radius `` support to Connectors.
8+ * Added Navigator ``.accessibility `` support.
9+ * Added ``.class_name `` to Stock Tools definitions.
10+ * Added reversal support to Fibonacci Stock Tools.
11+ * Added ``AxisEvents.point_break_out `` property.
12+ * Added ``.node_alignment `` property to ``SankeyOptions `` and ``SankeySeries ``.
13+ * Added ``.link_color_mode `` property to ``SankeyOptions `` and ``SankeySeries ``.
14+ * Added ``.inactive_other_points `` property to multiple series types.
15+ * Added ``.grouping `` property to Lollipop series type.
16+ * Added ``.low_marker `` property Area Range and Dumbell series types.
17+ * Added ``.show_export_in_progress `` and ``.export_in_progress `` support.
18+ * Added ``.drag `` annotation event support.
19+
20+ * **BUGFIX: ** Fixed missing ``.levels `` support in ``TreegraphOptions `` and ``TreegraphSeries ``.
21+
22+ -----------------------
23+
224Release 1.4.0
325=========================================
426
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ JavaScript data visualization library.
1717 * The **Highcharts Export Server ** - enabling the programmatic creation of static
1818 (downloadable) data visualizations
1919
20- The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.1 .0.
20+ The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.2 .0.
2121
2222**Highcharts Gantt for Python ** is fully integrated with the broader Python ecosystem,
2323featuring native integrations with:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Highcharts Gantt for Python
3737
3838.. sidebar :: Version Compatibility
3939
40- **Latest Highcharts (JS) version supported: ** v.11.1 .0
40+ **Latest Highcharts (JS) version supported: ** v.11.2 .0
4141
4242 **Highcharts Gantt for Python ** is designed to be compatible with:
4343
Original file line number Diff line number Diff line change 1- __version__ = '1.4 .0'
1+ __version__ = '1.5 .0'
You can’t perform that action at this time.
0 commit comments