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): import("react/jsx-runtime").JSX.Element;
Parameters
Parameter |
Type |
Description |
---|---|---|
props |
Returns:
import("react/jsx-runtime").JSX.Element
Remarks
See IHeatmapProps to learn how to configure the Heatmap and the heatmap documentation for more information.