HeatmapSeries
Try the live demoimport { HeatmapSeries } from '@wick-charts/react'; <HeatmapSeries data={heatmapData} />Matrix heatmap series. Cells map (x, y) category keys onto a sequential color ramp derived from the theme (override via options.colors).
Renders a matrix heatmap — (x, y) category cells colored by value on a perceptual (OKLab) sequential ramp derived from the theme. Cells reveal with a diagonal entrance wave, morph smoothly when values update in place, and lift on hover. Pass 3 ramp stops via options.colors for a diverging scale. Use <HeatmapTooltip> for the hover overlay.