Skip to content

Rendering large graphs #4

Answered by s0l0ist
Rage-cmd asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @Rage-cmd, thanks for your questions!

The client library should be able to handle rendering large graphs, even with 20k nodes/edges. I have not rendered a graph that large - it should work, but take several minutes. Layout and positioning will take most of the time.

On vizdom.dev, zooming and panning should generally be smooth since these interactions are GPU-accelerated. However, as the number of nodes and edges increases, performance might start to degrade as the browser handles a large number of SVG elements.

In offline only mode, performance will vary based on how you're viewing the SVG. In my experience, smaller graphs render display just fine when "dragged into Chrome", but for …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by s0l0ist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
good first issue Good for newcomers
2 participants