← Back to patterns
Distribution
Box Plot
Five-number summary (min, Q1, median, Q3, max) plus outliers for each group.
Best For
Comparing spread and center across groups.
Live Demo
Live demo not yet available for this pattern
Usage
import { BoxPlot } from 'dolex/react';
<BoxPlot spec={spec} width={800} height={500} />