8000 Scatter3d and scattergl handling rgb colors with extra alpha values by archmoj · Pull Request #3904 · plotly/plotly.js · GitHub
[go: up one dir, main page]

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
Prev Previous commit
Next Next commit
patch color-parse in order not to read alpha with rgb key
  • Loading branch information
archmoj committed May 24, 2019
commit fccc05a3087efba14c30483279b7569d40091824
99 changes: 74 additions & 25 deletions package-lock.json

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

6 changes: 3 additions & 3 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": "git://github.com/archmoj/color-normalize.git#24af8e56998e2013f49baca2f8e3338c6bf2ce6c",
"convex-hull": "^1.0.3",
"country-regex": "^1.1.0",
"d3": "^3.5.12",
Expand Down Expand Up @@ -103,8 +103,8 @@
"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-scatter2d": "git://github.com/gl-vis/regl-scatter2d.git#09889cb65fc6b662b7f184ef7da8c3c87c685ad5",
"regl-splom": "git://github.com/gl-vis/regl-splom.git#cddaee4f60b35b76d627d2544e4e1e1ddd7c3418",
"right-now": "^1.0.0",
"robust-orientation": "^1.1.3",
"sane-topojson": "^3.0.1",
Expand Down
0