# XWUIChartAnnotated

A chart variant backed by `XWUIChart` that overlays callouts and annotations on a standard series plot, so you can mark thresholds, events, or notable points directly on the data. Supply named `series` of `{ x, y }` points and choose a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series rendered with the annotated chart variant.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as an annotated chart at the md preset.
```

## Launch-Week Signups

Daily signups across a launch week with value callouts, spotlighting the launch-day spike and weekend bump.

```example
file: examples/LaunchSignups.ts
html: examples/LaunchSignups.html
title: Launch-Week Signups
description: Daily launch-week signups with per-point value callouts.
```

## CPU vs SLA Threshold

Hourly CPU for two servers across a day, a series built to pair with an SLA threshold overlay.

```example
file: examples/CpuThreshold.ts
html: examples/CpuThreshold.html
title: CPU vs SLA Threshold
description: Per-server hourly CPU utilization suited to an annotated threshold overlay.
```

```api
```
