Docs / Pie charts

Variable radius

Pro

A pie where each slice's radius encodes its value.

Illustration — rendered output uses live data.

Example

blade
<chart:pie-variable
    :series="[10, 22, 28, 43, 49]"
    :labels="['Mon', 'Tue', 'Wed', 'Thu', 'Fri']"
/>

Props

Prop Type Default Description
series array [] Flat values, or [name, value] objects.
labels array [] Slice labels.

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