Skip to content

Treemap

const Treemap: ForwardRefExoticComponent<TreemapComponentProps & RefAttributes<ChartRef>>

Defined in: react/index.tsx:581

Treemap React component - squarified rectangles proportional to value.

<Treemap data={[
{ label: 'Compute', value: 42 },
{ label: 'Storage', value: 28 },
]} />