# XWUIChartDial

A dial chart: a fixed-type (`type: 'dial'`) wrapper around `XWUIChart` that shows a
value as a needle sweeping across a circular gauge, like a speedometer. Pass `series`
of `{ x, y }` values plus a `block` preset (1-4) and `size` (`sm` / `md` /
`lg`). Use it for a single headline reading against a range, such as a KPI, score,
or utilization level.

## Basic Usage

Sample series rendered on the circular dial gauge at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Sample {x, y} series shown as a needle on a circular gauge via the dial chart type.
```

## Server CPU Utilization

CPU load sampled across a shift and read on the dial, with a shaded critical band over the high-utilization range.

```example
file: examples/CpuLoad.ts
html: examples/CpuLoad.html
title: Server CPU Utilization
description: CPU percentage samples on a dial gauge with an 80-100% critical region annotation, at the lg preset.
```

## Quarterly Goal Attainment

Two sales regions' attainment against target by quarter, expressed as a percentage of goal.

```example
file: examples/SalesTarget.ts
html: examples/SalesTarget.html
title: Quarterly Goal Attainment
description: North and South quarterly goal attainment (%) on a dial gauge with a legend.
```

```api
```
