-
-
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 regl-scatter2d and regl-splom and maintain point-cluster at v3 #5419
Conversation
package.json
Outdated
@@ -60,7 +60,7 @@ | |||
"@plotly/d3": "^3.5.18", | |||
"@plotly/d3-sankey": "0.7.2", | |||
"@plotly/d3-sankey-circular": "0.33.1", | |||
"@plotly/point-cluster": "^3.1.9", | |||
"@plotly/point-cluster": "git://github.com/plotly/point-cluster.git#47d99d990af3741ee30d74f42c83ba5d6d74b509", |
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.
Hm, is |
I am not the owner of |
package.json
Outdated
@@ -110,8 +110,8 @@ | |||
"regl": "^1.6.1", | |||
"regl-error2d": "^2.0.11", | |||
"regl-line2d": "^3.1.0", | |||
"regl-scatter2d": "^3.2.1", | |||
"regl-splom": "^1.0.12", | |||
"regl-scatter2d": "git://github.com/gl-vis/regl-scatter2d.git#14876b1f5af6654405055f7dede02164c052163d", |
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.json
Outdated
"regl-scatter2d": "^3.2.1", | ||
"regl-splom": "^1.0.12", | ||
"regl-scatter2d": "git://github.com/gl-vis/regl-scatter2d.git#14876b1f5af6654405055f7dede02164c052163d", | ||
"regl-splom": "git://github.com/gl-vis/regl-splom.git#842cfedbd3a791b6b825895fae291f3906ee4f7d", |
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.
I don't see that getting called. |
It's not hover but panning on zoomed part of the plot. |
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.
Looks like you're right, this isn't getting used. If we find any cases where performance is suffering that lod
is expected to help, we can investigate fixing the function constructor in binary-search-bounds
. 💃
The difference can be seen here https://gl-vis.github.io/regl-scatter2d/ and https://gl-vis.github.io/regl-scatter2d/no-snapping |
The level of details is the core points-clustering mechanism made by @mikolalysenko long ago, without it clustering is useless, because all possible points get displayed. |
To avoid potential impacts here as well as the |
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.
💃 @dy sorry for all the noise, we'll get the proper solution implemented eventually!
Initial attempt:
Addressing #897.
So that we could add
scattergl
,splom
andscatterpolargl
tostrict
partial bundles in v2.cc: #5413
Final result:
Bump
regl-scatter2d
andregl-splom
and maintainpoint-cluster
at v3 to avoid potential impacts.@plotly/plotly_js
cc: @dy