File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
Expand file tree Collapse file tree 4 files changed +22
-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 interpolation support to GeoHeatmap series type.
8+ * Added ``AxisEvents.point_break_out `` property.
9+ * Added ``.node_alignment `` property to ``SankeyOptions `` and ``SankeySeries ``.
10+ * Added ``.link_color_mode `` property to ``SankeyOptions `` and ``SankeySeries ``.
11+ * Added ``.inactive_other_points `` property to multiple series types.
12+ * Added ``.grouping `` property to Lollipop series type.
13+ * Added ``.low_marker `` property Area Range and Dumbell series types.
14+ * Added ``.show_export_in_progress `` and ``.export_in_progress `` support.
15+ * Added ``.drag `` annotation event support.
16+
17+ * **BUGFIX: ** Fixed missing ``.levels `` support in ``TreegraphOptions `` and ``TreegraphSeries ``.
18+
19+ -----------------------
20+
221Release 1.4.1
322=========================================
423
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ JavaScript data visualization library.
1616 * The **Highcharts Export Server ** - enabling the programmatic creation of static
1717 (downloadable) data visualizations
1818
19- The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.1 .0.
19+ The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.2 .0.
2020
2121**Highcharts Maps for Python ** is fully integrated with the broader Python ecosystem,
2222offerin gnative integrations with:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Highcharts Maps 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 Maps for Python ** is designed to be compatible with:
4343
Original file line number Diff line number Diff line change 1- __version__ = '1.4.1 '
1+ __version__ = '1.5.0 '
You can’t perform that action at this time.
0 commit comments