Docs / Distribution

Box plot

Pro

Summarize distributions with min, quartiles and max.

Example

blade
<chart:boxplot
    :categories="['A', 'B']"
    :series="[[20, 34, 48, 60, 75], [25, 40, 52, 66, 80]]"
/>

Props

Prop Type Default Description
categories array [] x-axis labels.
series array [] [min, Q1, median, Q3, max] arrays.

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