Skip to content

Commit 4fc453d

Browse files
committed
Fixed missing required module for HeatmapOptions and HeatmapSeries. Closes #207.
1 parent 2aef265 commit 4fc453d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

highcharts_core/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"/>

highcharts_core/module_requirements.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@
394394
"plotOptions.geoheatmap": [
395395
"modules/geoheatmap"
396396
],
397+
"plotOptions.heatmap": [
398+
"modules/heatmap"
399+
],
397400
"plotOptions.heikinashi": [
398401
"modules/heikinashi"
399402
],
@@ -840,6 +843,9 @@
840843
"series.gauge": [
841844
"highcharts-more"
842845
],
846+
"series.heatmap": [
847+
"modules/heatmap"
848+
],
843849
"series.heikinashi": [
844850
"modules/heikinashi"
845851
],

0 commit comments

Comments
 (0)