Scatter Chart
Plot correlations between two numeric variables.
Usage
Config Reference
| Property | Type | Default | Description |
|---|---|---|---|
series | { name: string; data: { x: number; y: number }[] }[] | required | Each data point is an { x, y } object |
xAxis | { type?: 'numeric'; title?: string; min?: number; max?: number } | { type: 'numeric' } | Numeric X axis configuration |
yAxis | { title?: string; min?: number; max?: number } | - | Y axis configuration |
pointSize | number | 6 | Diameter of each scatter point in pixels |
pointShape | 'circle' | 'rect' | 'triangle' | 'diamond' | 'circle' | Shape of each scatter point |