Docs / Distribution

Radar chart

Pro

Compare multiple variables on a circular axis.

Example

blade
<chart:radar
    :indicators="[['name' => 'Speed', 'max' => 100], ['name' => 'Power', 'max' => 100]]"
    :series="[['name' => 'Engine', 'data' => [80, 65]]]"
/>

Props

Prop Type Default Description
indicators array [] Axis definitions ([name, max]).
series array [] Series with a value per indicator.
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