HeatmapChart
A Heatmap is a type of chart that provides a two-dimensional representation of data in which various values are represented by colors. Heatmaps excel in detecting trends, recurring patterns, and deviations within intricate data sets.
XYChart.HeatmapSeries
XYChart.HeatmapSeries
provides a slot for defining a HeatmapSeries
.
XYChartHeatmapSeriesProps
extends
Name | Type | Default | Description |
---|---|---|---|
x1Accessor? | - | Accessor function to retrieve the data for the x1. | |
y1Accessor? | - | Accessor function to retrieve the data for the y1. | |
valueAccessor | - | Accessor function to retrieve the data for the value. | |
valueFormatter? | | <, > | - | If specified, the value coming from the valueAccessor will be formatted with given formatter options. Doesn't apply for string values. |
valueUnit? | - | A custom unit to be displayed in the Legend for number values | |
actions? | (datapoint: ) => | - | Custom actions to be shown in the tooltip |
Still have questions?
Find answers in the Dynatrace Community