Scatter chart
FreePlot raw [x, y] points to reveal correlations and clusters.
Example
blade
<chart:scatter
:series="[['name' => 'Group A', 'data' => [[10, 20], [15, 25], [22, 18]]]]"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| series | array | [] | Series of [x, y] point arrays. |
| legend | bool | true | Show the series legend. |
Plus the common props (height, theme, model, class).