Docs / Distribution

Bubble chart

Pro

A scatter chart where a third value drives each point's size.

Example

blade
<chart:bubble
    :series="[['name' => 'Plans', 'data' => [[10, 20, 30], [15, 25, 80]]]]"
/>

Props

Prop Type Default Description
series array [] Series of [x, y, size] arrays.
legend bool true Show the series 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