API reference
<tng-scatter-chart> maps records into a generated ECharts scatter option. Bind xField="label" yField="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. |
sizeField | string | null | null | Legacy scatter wrapper field used for symbol sizing. |
colorField | string | null | null | Legacy scatter wrapper field used for per-point colors. |