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 71003da commit 40bd1e7Copy full SHA for 40bd1e7
src/plots/gl3d/scene.js
@@ -67,10 +67,9 @@ function render(scene) {
67
var oldEventData;
68
69
if(lastPicked !== null) {
70
- var pdata = project(scene.glplot.cameraParams, selection.dataCoordinate),
71
- hoverinfo = trace.hoverinfo;
72
-
+ var pdata = project(scene.glplot.cameraParams, selection.dataCoordinate);
73
trace = lastPicked.data;
+ var hoverinfo = trace.hoverinfo;
74
75
var xVal = formatter('xaxis', selection.traceCoordinate[0]),
76
yVal = formatter('yaxis', selection.traceCoordinate[1]),
0 commit comments