Image
Code

Tree with Force Layout Prototype

Curran Kelleher

Last edited Mar 08, 2024
Created on Mar 06, 2024
Forked from Circles with D3

Ever needed to visualize large hierarchical data? Here's an approach that might work for you!

  • Start with a tidy tree layout
  • Iterate using force directed layout

This example has 13,748 nodes from VizHub forks data.

Fun fact: this implementation supports hot reloading! So you can tweak parameters as the simulation runs to get it just right.

MIT Licensed