Skip to content

Commit 2700333

Browse files
committed
Fixed Map chart export constructor
1 parent ef6f466 commit 2700333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highcharts_maps/chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def download_chart(self,
391391
:rtype: :class:`bytes <python:bytes>` or :class:`str <python:str>`
392392
"""
393393
if self.is_maps_chart:
394-
constructor = 'Stock'
394+
constructor = 'Map'
395395
else:
396396
constructor = 'Chart'
397397

0 commit comments

Comments
 (0)