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 1
1
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
+
2
10
Release 1.10.0
3
11
=========================================
4
12
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):
129
129
<script src="https://code.highcharts.com/modules/full-screen.js"/>
130
130
<script src="https://code.highcharts.com/modules/funnel.js"/>
131
131
<script src="https://code.highcharts.com/modules/funnel3d.js"/>
132
+ <script src="https://code.highcharts.com/modules/heatmap.js"/>
132
133
<script src="https://code.highcharts.com/modules/histogram.js"/>
133
134
<script src="https://code.highcharts.com/modules/item-series.js"/>
134
135
<script src="https://code.highcharts.com/modules/lollipop.js"/>
Original file line number Diff line number Diff line change 394
394
"plotOptions.geoheatmap" : [
395
395
" modules/geoheatmap"
396
396
],
397
+ "plotOptions.heatmap" : [
398
+ " modules/heatmap"
399
+ ],
397
400
"plotOptions.heikinashi" : [
398
401
" modules/heikinashi"
399
402
],
840
843
"series.gauge" : [
841
844
" highcharts-more"
842
845
],
846
+ "series.heatmap" : [
847
+ " modules/heatmap"
848
+ ],
843
849
"series.heikinashi" : [
844
850
" modules/heikinashi"
845
851
],
You can’t perform that action at this time.
0 commit comments