Treemap
Home > @gooddata/sdk-ui-charts > Treemap
Treemap variable
Treemap chart presents your data hierarchically as nested rectangles.
Signature:
Treemap: (props: ITreemapProps) => React.JSX.Element
Remarks
Treemaps are useful for comparing proportions within the hierarchy.
See ITreemapProps to learn how to configure the Treemap and the treemap documentation for more information.