-
Notifications
You must be signed in to change notification settings - Fork 844
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
How to show a - 1M nodes #668
Comments
We have a similar problem and plan to use a category selector as used by LesMis examples and others. |
Hi, I am unable to launch jsfiddle. it is getting crashed. Thanks, |
Yup, it's big. We run it locally but I don't have a public link to share. |
Describe the bug
Hi,
We have a large visualisation. we are trying to show 1M nodes at a time. It is showing good. But when people drag the mouse or continuous actions multiple times then it become freezes. Can you please suggest me how do I show the loading icon so that the user aware of to wait for next action.
Is it possible to divide the data into multiple groups and visualise as a pagination?
I saw we can control the Camera position based on number of nodes. Are you manipulating the node while performing actions like mouse drag down and up?
How do I show loading when
.graphData(gData)
loaded into the browser?Is the
react-fiber-3D
can be an alternate?Can you please help us with the below URL?
https://stackblitz.com/edit/stackblitz-starters-jt7nyz?file=src%2Fapp%2Fgraph%2Fgraph.component.ts
I have attached a demo where the CPU is 99% for 1000 nodes.
To Reproduce
Set the demo, Number of nodes = 10,00,000
Raja K
The text was updated successfully, but these errors were encountered: