# XWUIChartDotHistogram

A dot-histogram chart variant backed by `XWUIChart` that stacks one dot per observation into bins, giving a histogram's distribution shape while keeping individual counts visible. 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, binned as stacked dots.

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

## Order Value Histogram

A single right-skewed histogram of order counts per spend bracket over the last 30 days.

```example
file: examples/OrderValues.ts
html: examples/OrderValues.html
title: Order Value Histogram
description: Order counts binned by spend bracket, clustering in the $25-75 range with a long tail.
```

## Customer Age by Channel

Two binned age distributions contrast organically acquired customers with referred ones.

```example
file: examples/CustomerAges.ts
html: examples/CustomerAges.html
title: Customer Age by Channel
description: Age-band customer counts for organic vs referral channels, with referrals skewing younger.
```

```api
```
