Docs / Scatter & bubble

Multi-symbol scatter

Pro

A multi-series scatter where each series uses a distinct point symbol.

Illustration — rendered output uses live data.

Example

blade
<chart:scatter-symbols
    :series="[
        ['name' => 'A', 'data' => [[10, 20], [15, 25], [22, 18]]],
        ['name' => 'B', 'data' => [[12, 30], [18, 22], [26, 28]]],
    ]"
/>

Props

Prop Type Default Description
series array [] Series of [x, y] points.
legend bool true Show the legend.

Plus the common props (height, theme, model, class).

This is a Pro component

Unlock it and every other Pro chart with a one-time license.

Get WireCharts Pro