Skip to content

Commit ee932fb

Browse files
committed
add 'scattermapbox' to main plotly.js bundle
1 parent 11dba5f commit ee932fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Plotly.register([
2525
require('./scattergeo'),
2626
require('./choropleth'),
2727
require('./scattergl'),
28-
require('./scatterternary')
28+
require('./scatterternary'),
29+
require('./scattermapbox')
2930
]);
3031

3132
module.exports = Plotly;

0 commit comments

Comments
 (0)