-
-
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
regl ScatterGL points disappear during selection selection with large number of points #2266
Comments
@jmmease thank you! Will be fixed with #2267 |
Description Example site: https://meganrm.github.io/plotting-tool/ Details Should I create a new issue? |
Thanks for reporting this.
If you could isolate the problem in a codepen/jsfiddle/jsbin with just your data/layout graph - it would help us immensely. |
Here is a plot using my data: https://codepen.io/meganrm/pen/odKveW Both box select and lasso select make all the points go away. I haven't tested to see if the callback still gets the points or not. And I don't see any errors. |
First off, the new regl-based
scattergl
is awesome. Thanks @dfcreative and @etpinardDescription
When I create a
scattergl
plot with 20k+ points, the points disappear during a selection operation (both lasso and box select). After double clicking to exit the selection mode the points re-appear. In the console, I see the following error.Things work fine when I test with around 10k points.
Example pen: https://codepen.io/anon/pen/WdLgWQ
Details
The text was updated successfully, but these errors were encountered: