# XWUIChartBoxenPlot

A distribution chart variant backed by `XWUIChart` that extends the box plot with additional nested quantile boxes (a letter-value plot), giving a richer view of the tails for larger datasets. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series rendered as a boxen (letter-value) plot.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as a boxen plot at the md preset.
```

## Ad CTR by Placement

Click-through-rate spread across ad placements, with a mean-CTR reference line and outlier ticks.

```example
file: examples/AdCtr.ts
html: examples/AdCtr.html
title: Ad CTR by Placement
description: CTR (%) distribution across four placements with a mean line and outliers.
```

## Flight Delay by Carrier

Arrival-delay minutes per airline at block 2, with a green on-time window region near zero.

```example
file: examples/FlightDelays.ts
html: examples/FlightDelays.html
title: Flight Delay by Carrier
description: Arrival-delay minutes for four carriers with an on-time window region.
```

```api
```
