Treemap Chart
Visualize hierarchical data as nested rectangles. The area of each rectangle is proportional to its value, making it easy to spot the largest categories.
Installation
dotnet add package Lumeo.Charts
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <TreemapChart />
Annual operating budget broken down by department and sub-team. Nested children show how each department's allocation is split internally.
Filesystem usage breakdown by directory. A flat (non-hierarchical) treemap quickly surfaces the largest consumers of storage space.
Revenue by product category and individual SKU. Data labels enabled so each tile shows its name without hovering.
Headcount by business unit with a violet-to-indigo palette override and Toolbox for screenshot export.