# XWUIChartControl

A control chart variant backed by `XWUIChart` that plots a measured process over time against its center line and control limits, the standard SPC tool for telling routine variation apart from out-of-control signals. Provide named `series` of `{ x, y }` points and choose a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series (Series A and Series B), each spanning Jan through Jun, plotted as a control chart.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two six-month series plotted as a control chart at the md preset.
```

## Bottling Line Fill Volume

Thirty consecutive bottle-fill measurements in millilitres against the 500 ml center line, with a mid-run overfill cluster flagging an out-of-control drift before the process recovers.

```example
file: examples/FillVolume.ts
html: examples/FillVolume.html
title: Bottling Line Fill Volume
description: 30 fill measurements in ml against a 500 ml center line, with a mid-run overfill excursion.
```

## API Response Latency

Hourly p95 API latency in milliseconds across a day against the 120 ms SLO target, so the lunchtime climb and the evening spike breaching the limit stand out.

```example
file: examples/ServerLatency.ts
html: examples/ServerLatency.html
title: API Response Latency
description: 24 hourly p95 latency samples in ms against a 120 ms SLO reference line.
```

```api
```
