Treemap
constTreemap:ForwardRefExoticComponent<TreemapComponentProps&RefAttributes<ChartRef>>
Defined in: react/index.tsx:581
Treemap React component - squarified rectangles proportional to value.
Example
Section titled “Example”<Treemap data={[ { label: 'Compute', value: 42 }, { label: 'Storage', value: 28 },]} />