-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Bump scatter2d entry on regl-splom and fix for scattergl with multiple colors #3328
Conversation
Ok. Can we test that and gl-vis/regl-scatter2d#15 together? |
Why is this a regression? |
#3232 was a regression. |
Great. Tests are passing on my machine too! |
@archmoj this seems like the appropriate base branch to get gl-vis/regl-splom#10 and gl-vis/regl-scatter2d#15 into plotly.js. Would you mind (1) adding a test mock that locks down #3232 (2) close #3315 and #3242 |
OK. |
package-lock.json
Outdated
"resolved": "https://registry.npmjs.org/regl-scatter2d/-/regl-scatter2d-3.0.6.tgz", | ||
"integrity": "sha512-l2/OcCRKTxsCtrGtb2TKUKYnDHzI07qOm2eK2kiRYKyDwiWiGyiLC6p3SlOxDoqhQ/8gbIue9BABPXuCJ0lpRQ==", | ||
"version": "git://github.com/gl-vis/regl-scatter2d.git#4b5a08f5c18616055f3f630a1b1592f2a681da0f", | ||
"from": "git://github.com/gl-vis/regl-scatter2d.git#4b5a08f5c18616055f3f630a1b1592f2a681da0f", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package-lock.json
Outdated
"resolved": "https://registry.npmjs.org/regl-splom/-/regl-splom-1.0.4.tgz", | ||
"integrity": "sha512-+iq/RJAJdHCp48wPbEGQ5qw29OXFVF/m7CzcuLZxwptjdkB/FHGKiMuyqclOSNQcEKFxQTvRRJMJJ6brd8VvrA==", | ||
"version": "git://github.com/gl-vis/regl-splom.git#17ec1b340fd7db810f5efe20516e8fbf11331c61", | ||
"from": "git://github.com/gl-vis/regl-splom.git#17ec1b340fd7db810f5efe20516e8fbf11331c61", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@archmoj you can use real npm versions, I've published the two packages. |
Many thanks @dy. Just applied the changes using release versions. |
💃 |
As @dy noticed
regl-splom
uses wrongregl-scatter2d
entry, pointing to not a bundle.This branch tested with CI the changes of the regl-splom PR.
Also #3232 & https://github.com/plotly/phoenix-integration/issues/232 would be fixed in regards with regl-scatter2d PR.
@etpinard