All examples By author By category About

Thanaporn-sk

Weighted Voronoi Treemap in D3v4

Port of mkedwards's block: Treemap in D3v4.

Warning not stable. Sometimes, code fails to compute the layout, and doesn't update the svg. In such a case, you have to (re-)compute diagram.

Done

On-going issues

Original README

A treemap recursively subdivides area into rectangles; the area of any node in the tree corresponds to its value. This example uses color to encode different packages of the Flare visualization toolkit. Treemap design invented by Ben Shneiderman. Squarified algorithm by Bruls, Huizing and van Wijk. Data courtesy Jeff Heer.

forked from Kcnarf's block: Weighted Voronoi Treemap in D3v4