HelikarLab / ccNetViz

JavaScript library for visualization of large-scale network graphs using WebGL
93 stars 43 forks source link

Force-Directed Tree layout #143

Open jewool opened 4 years ago

jewool commented 4 years ago

i had a 2000 nodes and 4000 edges relation chart with force layout; and the edge cover each other. will ccNetViz offer layout like this https://observablehq.com/@d3/force-directed-tree?collection=@d3/d3-force . or can you tell me how to get this by force layout. -from ccNetViz fans its amazing!

HelikarLabPersonal commented 4 years ago

Hi Jewool, we're definitely planning to further optimize the layouts in ccNetViz, but we are unsure when it can happen. The link you posted doesn't seem to work, but I'd love to check out an example of what exactly you have in mind, if you could post a working URL. Thank you!