Treemap()
Home > @gooddata/sdk-ui-charts > Treemap
Treemap() function
Treemap chart presents your data hierarchically as nested rectangles.
Signature:
export declare function Treemap(props: ITreemapProps): React.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
props | ITreemapProps |
Returns:
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.