# XWUIChartRugPlot

A rug plot: a fixed-type wrapper around `XWUIChart` that draws a short tick for every data
value along an axis, giving a compact one-dimensional view of where observations cluster.
Pass your data as `series` of `{ x, y }` values plus an optional `block` preset (1-4) and
`size` (`sm` / `md` / `lg`); the shared block config also forwards legend, grid,
axis, data-label, and tooltip toggles. Use it on its own or alongside another chart to show
the raw distribution of points.

## Basic Usage

Two named series of monthly values rendered as axis-edge ticks at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series shown as per-value ticks via the rugPlot chart type.
```

## Wait Times

Customer wait-time samples from a support queue, one tick per call, to expose clusters and long-tail outliers.

```example
file: examples/WaitTimes.ts
html: examples/WaitTimes.html
title: Wait Times
description: Support-queue wait-time samples as axis ticks at large size with grid and axes.
```

## Part Diameters

Measured shaft diameters from one production run, ticked along the axis against the nominal target.

```example
file: examples/PartDiameters.ts
html: examples/PartDiameters.html
title: Part Diameters
description: Production-run part diameters as rug ticks, block 2 preset, interactive.
```

```api
```
