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:

  1. splitting loading (doing example 10 ticks, draw , after rest 1 @ time)
  2. handling "heavy nodes" , throw neighbors somewhere close.
  3. running similar d3 forcelayout @ server , send ui final positions

thanks!


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -