BoxPlot
Five-number statistical summary with outliers.
Basic usage
Data is passed in via props and rendered as plain SVG — no third-party charting library.
Colors come from the --viz-1..8 tokens and are color-blind friendly.
Demo source
<CfBoxPlot ... /> <CfBoxPlot ... /> API latency distribution
Four APIs with p25 / median / p75 + outliers; vertical lines show the full min-max range.
Demo source
<CfBoxPlot :data="apis" /> <CfBoxPlot data={apis} /> API
| Prop | Type | Default | Description |
|---|---|---|---|
data | BoxStat[] | — | { label, min, q1, median, q3, max, outliers? }[] |
反馈与讨论
BoxPlot · Discussion