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

Skip to content

Commit 32738b5

Browse files
authored
Merge pull request plotly#3702 from plotly/fix3699-colorscale256
Bug fix colormap error for colorscales with length of 256
2 parents c657348 + 0693290 commit 32738b5

File tree

4 files changed

+1054
-13
lines changed

4 files changed

+1054
-13
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@
7878
"gl-heatmap2d": "^1.0.5",
7979
"gl-line3d": "^1.1.11",
8080
"gl-mat4": "^1.2.0",
81-
"gl-mesh3d": "^2.0.9",
81+
"gl-mesh3d": "^2.0.10",
8282
"gl-plot2d": "^1.4.2",
8383
"gl-plot3d": "^2.2.1",
8484
"gl-pointcloud2d": "^1.0.2",
8585
"gl-scatter3d": "^1.2.1",
8686
"gl-select-box": "^1.0.3",
8787
"gl-spikes2d": "^1.0.2",
8888
"gl-streamtube3d": "^1.2.1",
89-
"gl-surface3d": "^1.4.5",
89+
"gl-surface3d": "^1.4.6",
9090
"gl-text": "^1.1.6",
9191
"glslify": "^7.0.0",
9292
"has-hover": "^1.0.1",
45.8 KB
Loading

0 commit comments

Comments
 (0)