# XWUIChartGauge

A gauge chart variant backed by `XWUIChart` that sweeps a needle or arc across a graded range, the dashboard staple for reading a single KPI against its target or thresholds at a glance. 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, supplied as the gauge sample data.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two six-month series rendered with the gauge variant at the md preset.
```

## Server CPU Utilization

A live ops gauge reading current cluster CPU against warning and critical bands with a redline target.

```example
file: examples/CpuUtilization.ts
html: examples/CpuUtilization.html
title: Server CPU Utilization
description: Current CPU load shown against graded threshold bands and a 90% target.
```

## Quarterly Sales Attainment

A revenue gauge reading quarter-to-date bookings against quota, with low / on-track / stretch bands.

```example
file: examples/SalesAttainment.ts
html: examples/SalesAttainment.html
title: Quarterly Sales Attainment
description: Quarter-to-date bookings measured against the quarterly quota target.
```

```api
```
