8000 Supporting reversed ranges in 3d scenes #1940 by archmoj · Pull Request #3071 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Supporting reversed ranges in 3d scenes #1940 #3071

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

Closed
wants to merge 19 commits into from
Closed
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
Next Next commit
resolved conflict with latest gl-plot3d and gl-axes3d
  • Loading branch information
archmoj committed Oct 15, 2018
commit 8eb570a8bae8e99231f6705237d17daa22189c4a
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"gl-mat4": "^1.2.0",
"gl-mesh3d": "git://github.com/gl-vis/gl-mesh3d.git#1bc50279b8c92c69dbc89258801f66679c7f248a",
"gl-plot2d": "^1.3.1",
"gl-plot3d": "git://github.com/gl-vis/gl-plot3d.git#9d4084b21b977671c2875c437a423e938ee6cee3",
"gl-plot3d": "git://github.com/gl-vis/gl-plot3d.git#97d52a59a8c8ea525753f482361bba73dfee9a18",
"gl-pointcloud2d": "^1.0.1",
"gl-scatter3d": "git://github.com/gl-vis/gl-scatter3d.git#d413bf32b7d4e5109c795324e252c83403609fca",
"gl-select-box": "^1.0.2",
Expand Down
0