Replies: 1 comment
-
Hi @lumoe, Would you be able to provide a codesandbox demonstrating the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the ResponsiveSwarmPlot with about 3000 data points. To prevent overlapping bubbles, I need around 500 simulationIterations. This makes the browser unresponsive due to the high computational load.
Does anyone have suggestions for improving performance in this situation? Reducing the number of points is not an option because the "large blob" is important for storytelling.
Any advice on optimizing performance while keeping the visual representation intact would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions