MeldUI

Heatmap Chart

Visualize density and intensity across two categorical or numeric dimensions.

Usage

Config Reference

PropertyTypeDefaultDescription
series{ name: string; data: [number | string, number | string, number][] }[]requiredEach data point is [x, y, value]
xAxis{ categories?: string[]; type?: string }-X axis labels or type
yAxis{ categories?: string[]; type?: string }-Y axis labels or type
colorRange{ min?: number; max?: number; colors?: string[] }-Color scale mapping for intensity values