HeatmapTooltip

import { HeatmapTooltip } from '@wick-charts/react';
 
<HeatmapTooltip seriesId='heatmap'>
</HeatmapTooltip>

Tooltip for heatmap charts. Shows the hovered cell's row · column label, value, and a small intensity meter locating the value on the color ramp.

Hover tooltip for <HeatmapSeries>. Shows the hovered cell's row · column label, its value, and a small intensity meter locating the value on the color ramp.

Props

seriesId?string

Owning series id. Optional — when omitted, the first visible heatmap series is picked.

format?default plain integersValueFormatter

Custom formatter for the cell value. Default: plain integers, compact decimals.