We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3fd7d2 commit f48cc2fCopy full SHA for f48cc2f
src/traces/scattergl/index.js
@@ -561,7 +561,7 @@ function sceneUpdate(container, subplot) {
561
if(scene.fill2d) scene.fill2d.update(opts);
562
if(scene.scatter2d) scene.scatter2d.update(opts);
563
if(scene.line2d) scene.line2d.update(opts);
564
- if(scene.error2d) scene.error2d.update([].push.apply(opts, opts));
+ if(scene.error2d) scene.error2d.update(opts.concat(opts));
565
if(scene.select2d) scene.select2d.update(opts);
566
567
scene.draw();
0 commit comments