# XWUIChartDotPlot

A dot-plot chart variant backed by `XWUIChart` that marks each category's value with a single dot along an axis, a clean low-ink alternative to bars for comparing values across categories. 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 dots.

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

## Life Expectancy: 2000 vs 2020

Paired dots per country show the two-decade change in average life expectancy.

```example
file: examples/LifeExpectancy.ts
html: examples/LifeExpectancy.html
title: Life Expectancy: 2000 vs 2020
description: Per-country life expectancy for two years, with the dot gap reading as each country's gain.
```

## Sprint Velocity Before/After

Before and after dots per team show how a process change shifted sprint velocity.

```example
file: examples/TeamVelocity.ts
html: examples/TeamVelocity.html
title: Sprint Velocity Before/After
description: Story points per team before vs after a process change, comparing improvement across squads.
```

```api
```
