Slice and Dice Treemap

A treemap is a visualization technique based on containment that partitions the space recursively according to the size of the subtrees. It is space-filling, where leaf nodes are clearly visualized.

Shneiderman's Slice and Dice Algorithm



The JavaScript Code