File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed 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