Skip to main content

HeatmapChart

XYChart.HeatmapSeries

XYChart.HeatmapSeries provides a slot for defining a HeatmapSeries.

XYChartHeatmapSeriesProps

NameTypeDefaultDescription
data?
[]
-Data object for the xy chart.
xAxisId
-Unique Id required to attach the series to its x-axis.
yAxisId
-Unique Id required to attach the series to its y-axis.
x0Accessor
-Accessor function to retrieve the data for the x0.
x1Accessor?
-Accessor function to retrieve the data for the x1.
y0Accessor
-Accessor function to retrieve the data for the y0.
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
colorPalette?
'blue'Color palette for the series.
actions?
(datapoint: ) =>
-Custom actions to be shown in the tooltip
Still have questions?
Find answers in the Dynatrace Community