Skip to content

Commit 69a1004

Browse files
authored
Merge pull request #2712 from plotly/surface-contours-fixes
A few surface contours fixes
2 parents 4981923 + 5ba1f95 commit 69a1004

File tree

5 files changed

+831
-4
lines changed

5 files changed

+831
-4
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"gl-scatter3d": "^1.0.11",
8383
"gl-select-box": "^1.0.2",
8484
"gl-spikes2d": "^1.0.1",
85-
"gl-surface3d": "^1.3.4",
85+
"gl-surface3d": "^1.3.5",
8686
"glslify": "^6.1.1",
8787
"has-hover": "^1.0.1",
8888
"has-passive-events": "^1.0.0",

src/traces/surface/convert.js

+1
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ proto.update = function(data) {
342342

343343
surface.visible = data.visible;
344344
surface.enableDynamic = highlightEnable;
345+
surface.enableHighlight = highlightEnable;
345346

346347
surface.snapToData = true;
347348

125 KB
Loading

0 commit comments

Comments
 (0)