We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81885d commit 75786e4Copy full SHA for 75786e4
src/traces/scattergl/index.js
@@ -301,7 +301,8 @@ function sceneUpdate(gd, subplot) {
301
clearViewport(scene.select2d, vp);
302
}
303
304
- var anyComponent = scene.scatter2d || scene.line2d || (scene.glText || [])[0];
+ var anyComponent = scene.scatter2d || scene.line2d ||
305
+ (scene.glText || [])[0] || scene.fill2d || scene.error2d;
306
if(anyComponent) clearViewport(anyComponent, vp);
307
};
308
0 commit comments