All examples By author By category About

FrissAnalytics

Tidy Tree vs Dendogram

This bl.ock mostly just duplicates the cannonical d3.tree and d3.cluster bl.ocks by Mike Bostock. Intended to visualize differences in layout. It proceeds through transitions of:

The difference between cluster and tree (dendogram and tidy tree respectively) is that the cluster puts all childless nodes (terminal nodes) at the same level, while the tree layout places all nodes with the same parent at the same level.

forked from Andrew-Reid's block: Tidy Tree vs Dendogram