We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3d14e commit da5ea21Copy full SHA for da5ea21
src/plots/gl3d/scene.js
@@ -81,8 +81,8 @@ function render(scene) {
81
82
if(scene.fullSceneLayout.hovermode) {
83
Fx.loneHover({
84
- x: (0.5 + 0.5 * pdata[0]/pdata[3]) * width,
85
- y: (0.5 - 0.5 * pdata[1]/pdata[3]) * height,
+ x: (0.5 + 0.5 * pdata[0] / pdata[3]) * width,
+ y: (0.5 - 0.5 * pdata[1] / pdata[3]) * height,
86
xLabel: formatter('xaxis', selection.traceCoordinate[0]),
87
yLabel: formatter('yaxis', selection.traceCoordinate[1]),
88
zLabel: formatter('zaxis', selection.traceCoordinate[2]),
0 commit comments