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 1
1
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
+
2
24
Release 1.4.0
3
25
=========================================
4
26
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ JavaScript data visualization library.
17
17
* The **Highcharts Export Server ** - enabling the programmatic creation of static
18
18
(downloadable) data visualizations
19
19
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.
21
21
22
22
**Highcharts Gantt for Python ** is fully integrated with the broader Python ecosystem,
23
23
featuring native integrations with:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Highcharts Gantt for Python
37
37
38
38
.. sidebar :: Version Compatibility
39
39
40
- **Latest Highcharts (JS) version supported: ** v.11.1 .0
40
+ **Latest Highcharts (JS) version supported: ** v.11.2 .0
41
41
42
42
**Highcharts Gantt for Python ** is designed to be compatible with:
43
43
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