# XWUIChartBeadPattern

A chart variant backed by `XWUIChart` that plots each data point as a bead along its series line, emphasizing individual values and their spacing rather than a continuous trend. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series rendered as bead patterns.

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

## Sprint Velocity Beads

Completed story points per sprint for two engineers, each sprint's discrete output read as a bead.

```example
file: examples/SprintVelocity.ts
html: examples/SprintVelocity.html
title: Sprint Velocity Beads
description: Per-sprint story points for two engineers drawn as a bead pattern.
```

## Monthly Rainfall Beads

Monthly rainfall for a coastal and inland city, wet-season totals standing out as high beads.

```example
file: examples/RainfallDays.ts
html: examples/RainfallDays.html
title: Monthly Rainfall Beads
description: Monthly rainfall for two cities drawn as a bead pattern.
```

```api
```
