Skip to content

Commit 80dd61e

Browse files
committed
fixup _scene ref in calcdata stash
1 parent 7be161b commit 80dd61e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/splom/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function calc(gd, trace) {
5858
}
5959

6060

61-
var scene = stash.scene = sceneUpdate(gd, stash);
61+
var scene = stash._scene = sceneUpdate(gd, stash);
6262
if(!scene.matrix) scene.matrix = true;
6363
scene.matrixOptions = opts;
6464

@@ -166,7 +166,7 @@ function plot(gd, _, cdata) {
166166
function plotOne(gd, cd0) {
167167
var fullLayout = gd._fullLayout;
168168
var gs = fullLayout._size;
169-
var scene = cd0.t.scene;
169+
var scene = cd0.t._scene;
170170
var trace = cd0.trace;
171171
var regl = fullLayout._glcanvas.data()[0].regl;
172172

0 commit comments

Comments
 (0)