Skip to content

Commit 50da961

Browse files
authoredFeb 26, 2019
Merge pull request #3573 from plotly/fixup-pixelratio-3d
Revised pixelRatio in 3D plots to address multiple bugs
2 parents db54ced + 5096f4f commit 50da961

File tree

65 files changed

+92
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+92
-86
lines changed
 

‎package-lock.json

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

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,21 @@
7272
"es6-promise": "^3.0.2",
7373
"fast-isnumeric": "^1.1.2",
7474
"font-atlas-sdf": "^1.3.3",
75-
"gl-cone3d": "^1.2.2",
75+
"gl-cone3d": "^1.2.3",
7676
"gl-contour2d": "^1.1.5",
77-
"gl-error3d": "^1.0.13",
77+
"gl-error3d": "^1.0.14",
7878
"gl-heatmap2d": "^1.0.5",
7979
"gl-line3d": "^1.1.10",
8080
"gl-mat4": "^1.2.0",
81-
"gl-mesh3d": "^2.0.7",
81+
"gl-mesh3d": "^2.0.8",
8282
"gl-plot2d": "^1.4.2",
83-
"gl-plot3d": "^2.0.0",
83+
"gl-plot3d": "^2.1.1",
8484
"gl-pointcloud2d": "^1.0.2",
85-
"gl-scatter3d": "^1.1.6",
85+
"gl-scatter3d": "^1.2.0",
8686
"gl-select-box": "^1.0.3",
8787
"gl-spikes2d": "^1.0.2",
88-
"gl-streamtube3d": "^1.1.2",
89-
"gl-surface3d": "^1.4.1",
88+
"gl-streamtube3d": "^1.1.3",
89+
"gl-surface3d": "^1.4.2",
9090
"gl-text": "^1.1.6",
9191
"glslify": "^7.0.0",
9292
"has-hover": "^1.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.