You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to load a 50k line JSON and it failed to render the big graph.
One can incrementally render the graph Breadth-First with all children nodes collapsed
children nodes can be rendered once the parent is clicked, this should be enough to handle big files since no one will ever navigate > 8000 nodes graph.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered:
Good idea, @VladCuciureanu recently submitted a PR that collapses/expands all nodes. An option into settings to collapse all nodes by default could be added in matter of performance improvement.
Feature
I tried to load a 50k line JSON and it failed to render the big graph.
One can incrementally render the graph Breadth-First with all children nodes collapsed
children nodes can be rendered once the parent is clicked, this should be enough to handle big files since no one will ever navigate > 8000 nodes graph.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered: