File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11
2+ Release 1.10.1
3+ =========================================
4+
5+ * **BUGFIX: ** Fixed missing handling of JS module for `HeatmapOptions ` and `HeatmapSeries ` (closes #207).
6+
7+ ----
8+
9+
210Release 1.10.0
311=========================================
412
Original file line number Diff line number Diff line change 1- __version__ = '1.10.0 '
1+ __version__ = '1.10.1 '
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ def __repr__(self):
129129 <script src="https://code.highcharts.com/modules/full-screen.js"/>
130130 <script src="https://code.highcharts.com/modules/funnel.js"/>
131131 <script src="https://code.highcharts.com/modules/funnel3d.js"/>
132+ <script src="https://code.highcharts.com/modules/heatmap.js"/>
132133 <script src="https://code.highcharts.com/modules/histogram.js"/>
133134 <script src="https://code.highcharts.com/modules/item-series.js"/>
134135 <script src="https://code.highcharts.com/modules/lollipop.js"/>
Original file line number Diff line number Diff line change 394394 "plotOptions.geoheatmap" : [
395395 " modules/geoheatmap"
396396 ],
397+ "plotOptions.heatmap" : [
398+ " modules/heatmap"
399+ ],
397400 "plotOptions.heikinashi" : [
398401 " modules/heikinashi"
399402 ],
840843 "series.gauge" : [
841844 " highcharts-more"
842845 ],
846+ "series.heatmap" : [
847+ " modules/heatmap"
848+ ],
843849 "series.heikinashi" : [
844850 " modules/heikinashi"
845851 ],
You can’t perform that action at this time.
0 commit comments