Skip to content

Commit fef3980

Browse files
committed
fixup (init scene)
1 parent eb594d1 commit fef3980

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/traces/scattergl/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ function sceneUpdate(gd, subplot) {
199199
Lib.extendFlat(scene, initOpts, resetOpts);
200200
};
201201

202+
scene.init();
203+
202204
// apply new option to all regl components (used on drag)
203205
scene.update = function update(opt) {
204206
var opts = new Array(scene.count);

0 commit comments

Comments
 (0)