Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 676ec41

Browse files
committed
more fixups
1 parent 1729afa commit 676ec41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/scattergl/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ function selectPoints(searchInfo, polygon) {
760760
var stash = cd[0].t;
761761
var x = stash.x;
762762
var y = stash.y;
763-
var scene = stash.scene;
763+
var scene = stash._scene;
764764

765765
if(!scene) return selection;
766766

@@ -816,7 +816,7 @@ function selectPoints(searchInfo, polygon) {
816816
function style(gd, cd) {
817817
if(cd) {
818818
var stash = cd[0].t;
819-
var scene = stash.scene;
819+
var scene = stash._scene;
820820
scene.clear();
821821
scene.draw();
822822
}

0 commit comments

Comments
 (0)