Skip to content

Commit 0cce350

Browse files
authored
Merge pull request #158 from highcharts/bugfix/157-bullet-chart-type-not-supported
bugfix/157-bullet-chart-type-not-supported
2 parents 77b771b + 36fbd1e commit 0cce350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ const cdnScriptsOptional = {
4343
'{{version}}/modules/xrange.js': 1,
4444
'{{version}}/modules/streamgraph.js': 1,
4545
'{{version}}/modules/tilemap.js': 1,
46-
'{{version}}/modules/histogram-bellcurve.js': 1
46+
'{{version}}/modules/histogram-bellcurve.js': 1,
47+
'{{version}}/modules/bullet.js': 1
4748
};
4849

4950
// The scripts here will appear as user prompts

0 commit comments

Comments
 (0)