# XWUIChartZScore

A z-score chart backed by `XWUIChart` that plots values as standard deviations from the mean, making outliers and relative position easy to read on a normalised scale. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) variant plus a `size` preset; legend and grid auto-toggle per block unless overridden.

## Basic Usage

Two named series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - expressed as z-scores.

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

## Server Latency Anomaly Detection

Forty-eight hours of API latency standardized to z-scores, with two incident spikes breaching the +3-sigma band.

```example
file: examples/ServerAnomalyDetection.ts
html: examples/ServerAnomalyDetection.html
title: Server Latency Anomaly Detection
description: Hourly latency z-scores with a crosshair, where spikes past three sigma flag anomalies.
```

## Standardized Test-Score Deviation

Two classes' subject results expressed as z-scores against the cohort mean to compare relative strengths.

```example
file: examples/TestScoreDeviation.ts
html: examples/TestScoreDeviation.html
title: Standardized Test-Score Deviation
description: Two classes drawn with data labels, contrasting STEM-strong and humanities-strong profiles.
```

```api
```
