Skip to content

Commit a47704c

Browse files
committed
tmp commit: register scattermapbox in main index file,
- this commit will be remove before the first release as some mapbox cannot be tested on CircleCI yet.
1 parent 3b2c2e2 commit a47704c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ Core.register([
3030
require('./scattergeo'),
3131
require('./choropleth'),
3232
require('./scattergl'),
33-
require('./scatterternary')
33+
require('./scatterternary'),
34+
35+
require('../src/traces/scattermapbox')
3436
]);
3537

3638
module.exports = Core;

0 commit comments

Comments
 (0)