Thanks to visit codestin.com Credit goes to github.com
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 1729afa commit 676ec41Copy full SHA for 676ec41
src/traces/scattergl/index.js
@@ -760,7 +760,7 @@ function selectPoints(searchInfo, polygon) {
760
var stash = cd[0].t;
761
var x = stash.x;
762
var y = stash.y;
763
- var scene = stash.scene;
+ var scene = stash._scene;
764
765
if(!scene) return selection;
766
@@ -816,7 +816,7 @@ function selectPoints(searchInfo, polygon) {
816
function style(gd, cd) {
817
if(cd) {
818
819
820
scene.clear();
821
scene.draw();
822
}
0 commit comments