API reference
<tng-heatmap-chart> maps records into a generated ECharts heatmap option. Bind xField="label" yField="value" valueField="value" to the columns in your data.
Field inputs
| Input | Type | Default | Notes |
|---|---|---|---|
xField | string | null | x | Record field used for x-axis, category, time, or horizontal position values. |
yField | string | null | y | Record field used for y-axis, value-axis, or vertical position values. |
valueField | string | null | value | Record field used for scalar values, intensity, size, or measure values. |