anvaka / VivaGraphJS

Graph drawing library for JavaScript
Other
3.73k stars 423 forks source link

Is rendering 1 million nodes and links possible? #174

Closed teksuprc closed 8 years ago

teksuprc commented 8 years ago

I love Vivagraph but is it possible to render up to a million nodes and edges? I'm using custom nodes and links and rendering 20k nodes/links kills the frame rate. Are there any ways to speed up or optimize it to handle 1 million nodes?

anvaka commented 8 years ago

The only way I'm aware of is to use offline layout, used here: https://github.com/anvaka/pm it has description how to get started.

tyn1998 commented 3 years ago

The only way I'm aware of is to use offline layout, used here: https://github.com/anvaka/pm it has description how to get started.

OMG! Just AMAZING!