Skip to content

Commit da83370

Browse files
committed
Added JS v11 modules to INCLUDE_LIBS and INCLUDE_STR
1 parent 85ba1c9 commit da83370

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

highcharts_maps/constants.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33

44
MAPS_INCLUDE_LIBS = [x for x in INCLUDE_LIBS if x != 'https://code.highcharts.com/modules/heatmap.js']
55
MAPS_INCLUDE_LIBS.extend([
6-
'https://code.highcharts.com/maps/modules/map.js'
6+
'https://code.highcharts.com/maps/modules/map.js',
7+
'https://code.highcharts.com/maps/modules/flowmap.js',
8+
'https://code.highcharts.com/maps/modules/geoheatmap.js',
79
])
810

911
MAPS_INCLUDE_STR = INCLUDE_STR + """
1012
<script src="https://code.highcharts.com/maps/modules/map.js"/>
13+
<script src="https://code.highcharts.com/maps/modules/flowmap.js"/>
14+
<script src="https://code.highcharts.com/maps/modules/geoheatmap.js"/>
1115
"""

0 commit comments

Comments
 (0)