Heatmap()
Home > @gooddata/sdk-ui-charts > Heatmap
Heatmap() function
Heatmap represents data as a matrix where individual values are represented as colors. Heatmaps can help you discover trends and understand complex datasets.
Signature:
export declare function Heatmap(props: IHeatmapProps): React.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
props | IHeatmapProps |
Returns:
React.JSX.Element
Remarks
See IHeatmapProps to learn how to configure the Heatmap and the heatmap documentation for more information.