Skip to content

Commit 44633a1

Browse files
authored
Merge pull request #3904 from plotly/fix3902-rgb-has-no-alpha
Scatter3d and scattergl handling rgb colors with extra alpha values
2 parents c0cebfd + 062294f commit 44633a1

9 files changed

+386
-80
lines changed

package-lock.json

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

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@plotly/d3-sankey": "0.7.2",
6060
"alpha-shape": "^1.0.0",
6161
"canvas-fit": "^1.5.0",
62-
"color-normalize": "^1.3.0",
62+
"color-normalize": "^1.5.0",
6363
"convex-hull": "^1.0.3",
6464
"country-regex": "^1.1.0",
6565
"d3": "^3.5.12",
@@ -85,7 +85,7 @@
8585
"gl-spikes2d": "^1.0.2",
8686
"gl-streamtube3d": "^1.2.1",
8787
"gl-surface3d": "^1.4.6",
88-
"gl-text": "^1.1.6",
88+
"gl-text": "^1.1.7",
8989
"glslify": "^7.0.0",
9090
"has-hover": "^1.0.1",
9191
"has-passive-events": "^1.0.0",
@@ -100,10 +100,10 @@
100100
"point-cluster": "^3.1.4",
101101
"polybooljs": "^1.2.0",
102102
"regl": "^1.3.11",
103-
"regl-error2d": "^2.0.7",
104-
"regl-line2d": "3.0.13",
105-
"regl-scatter2d": "^3.1.4",
106-
"regl-splom": "^1.0.6",
103+
"regl-error2d": "^2.0.8",
104+
"regl-line2d": "^3.0.14",
105+
"regl-scatter2d": "^3.1.5",
106+
"regl-splom": "^1.0.7",
107107
"right-now": "^1.0.0",
108108
"robust-orientation": "^1.1.3",
109109
"sane-topojson": "^3.0.1",
Loading
Loading

0 commit comments

Comments
 (0)