Skip to content

Scattergl slower than scatter with many points #7065

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
pdsatter opened this issue Jul 25, 2024 · 1 comment
Closed

Scattergl slower than scatter with many points #7065

pdsatter opened this issue Jul 25, 2024 · 1 comment
Labels
bug something broken P3 backlog performance something is slow

Comments

@pdsatter
Copy link

Scattergl is having bad performance and interactivity with 100,000 points. However when using type "scatter" it works perfectly fine. It seems like this issue only happens when one line has more than 100,000 points. If multiple lines have about 85,000 points then it still works fine.

Here is an online sandbox showing the bug.
https://stackblitz.com/edit/react-ts-eb5bgt?file=index.tsx

@archmoj
Copy link
Contributor

archmoj commented Dec 16, 2024

Addressed in #7301.

@archmoj archmoj closed this as completed Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P3 backlog performance something is slow
Projects
None yet
Development

No branches or pull requests

3 participants