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

Skip to content

Commit 5b87231

Browse files
committed
more fixups (2)
1 parent 676ec41 commit 5b87231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scatterpolargl/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function plot(container, subplot, cdata) {
131131
scene.count = cdata.length;
132132

133133
// stash scene ref
134-
stash.scene = scene;
134+
stash._scene = scene;
135135
stash.index = traceIndex;
136136
stash.x = x;
137137
stash.y = y;

0 commit comments

Comments
 (0)