javascript - Very large graphs with d3 force layout -
i'm trying support large graphs (50k-200k nodes). d3 force layout extremely slow "tick" operation. each tick take few seconds. wonder if 1 these possible:
- splitting loading (doing example 10 ticks, draw , after rest 1 @ time)
- handling "heavy nodes" , throw neighbors somewhere close.
- running similar d3 forcelayout @ server , send ui final positions
thanks!
Comments
Post a Comment