8000 Improve stackgl rendering pipeline for transparent traces by archmoj · Pull Request #4643 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Improve stackgl rendering pipeline for transparent traces #4643

8000 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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into gl3d-blend-rebase to resolve conflicts in …
…gl-plot3d
  • Loading branch information
archmoj committed Jun 22, 2020
commit 7c9ff00c1aed92d9e86a86af086d46cfbb7b771a
4 changes: 2 additions & 2 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 @@ -80,12 +80,12 @@
"gl-heatmap2d": "^1.0.6",
"gl-line3d": "1.2.1",
"gl-mat4": "^1.2.0",
"gl-mesh3d": "^2.3.0",
"gl-plot2d": "^1.4.3",
"gl-plot3d": "git://github.com/gl-vis/gl-plot3d.git#cc7f32dd2faae2ddd0a08e63f6b7065c4b20575f",
"gl-pointcloud2d": "^1.0.2",
"gl-scatter3d": "^1.2.2",
"gl-select-box": "^1.0.3",
"gl-mesh3d": "^2.3.1",
"gl-plot2d": "^1.4.5",
"gl-plot3d": "git://github.com/gl-vis/gl-plot3d.git#37112a181bbb8afda6dd89ab2fb0aa048d1fd973",
"gl-pointcloud2d": "^1.0.3",
"gl-scatter3d": "^1.2.3",
"gl-select-box": "^1.0.4",
"gl-spikes2d": "^1.0.2",
"gl-streamtube3d": "^1.4.1",
"gl-surface3d": "^1.5.2",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0