# XWUIChartBoxWhisker

A distribution chart variant backed by `XWUIChart` that draws box-and-whisker summaries, showing the median, interquartile box, and whiskers reaching to the data extremes for each group. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series rendered as box-and-whisker summaries.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as a box-and-whisker chart at the md preset.
```

## Furnace Temperature by Line

Hourly furnace temperatures per production line summarized as whisker boxes with an over-temp band.

```example
file: examples/SensorTemps.ts
html: examples/SensorTemps.html
title: Furnace Temperature by Line
description: Per-line furnace temperature spread with a shaded over-temp region.
```

## Salary Distribution by Role

Base-compensation ranges across engineering levels shown as whisker boxes.

```example
file: examples/SalaryBands.ts
html: examples/SalaryBands.html
title: Salary Distribution by Role
description: Compensation quartiles widening from junior to staff, with an outlier.
```

```api
```
