Skip to content

Scatter3d and scattergl handling rgb colors with extra alpha values #3904

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 2, 2019
192 changes: 128 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@plotly/d3-sankey": "0.7.2",
"alpha-shape": "^1.0.0",
"canvas-fit": "^1.5.0",
"color-normalize": "^1.3.0",
"color-normalize": "^1.5.0",
"convex-hull": "^1.0.3",
"country-regex": "^1.1.0",
"d3": "^3.5.12",
Expand All @@ -86,7 +86,7 @@
"gl-spikes2d": "^1.0.2",
"gl-streamtube3d": "^1.2.1",
"gl-surface3d": "^1.4.6",
"gl-text": "^1.1.6",
"gl-text": "^1.1.7",
"glslify": "^7.0.0",
"has-hover": "^1.0.1",
"has-passive-events": "^1.0.0",
Expand All @@ -101,10 +101,10 @@
"point-cluster": "^3.1.4",
"polybooljs": "^1.2.0",
"regl": "^1.3.11",
"regl-error2d": "^2.0.7",
"regl-line2d": "3.0.13",
"regl-scatter2d": "^3.1.4",
"regl-splom": "^1.0.6",
"regl-error2d": "^2.0.8",
"regl-line2d": "^3.0.14",
"regl-scatter2d": "^3.1.5",
"regl-splom": "^1.0.7",
"right-now": "^1.0.0",
"robust-orientation": "^1.1.3",
"sane-topojson": "^3.0.1",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading