I need to display graph with about 1000 nodes and edges. Nodes should be dragable and all should works in realtime without waiting screens.
So, I've already checked a lot of js graph visualization frameworks and still cant find solution.
For example I've cheched "JavaScript InfoVis Toolkit" from the question: What's the fastest, pure Javascript, Graph visualization toolkit? It hangs up on 250 nodes.
All of frameworks works pretty fast but only with 100-200 nodes. And on 500 nodes and edges they throw exceptions or hanging up at all.
So, the question is: Is there a js framework that could work with 500-1k of nodes/edges, or I should implement something by myself with using canvas/WebGL.
Did you try D3? http://d3js.org/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With