D3.js Sample: Radial Reingold–Tilford Tree

The following chart, drawn by D3.js library, is a tree layout which implements the Reingold-Tilford algorithm for efficient, tidy arrangement of layered nodes. The depth of nodes is computed by distance from the root, leading to a ragged appearance. Continue reading D3.js Sample: Radial Reingold–Tilford Tree