# XWUIChartHistogram

A histogram chart variant backed by `XWUIChart` that groups values into contiguous bins and draws a bar per bin, the foundational view of how a single variable is distributed. 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 a histogram.

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

## Household Income Distribution

Households binned by annual income into a right-skewed histogram with a long upper tail.

```example
file: examples/IncomeDistribution.ts
html: examples/IncomeDistribution.html
title: Household Income Distribution
description: Household counts per income band, the classic right-skewed income shape.
```

## Reaction-Time Histogram

User reaction times in 50ms buckets forming the near-bell distribution psychophysics studies produce.

```example
file: examples/ReactionTimes.ts
html: examples/ReactionTimes.html
title: Reaction-Time Histogram
description: Response counts per 50ms reaction-time bucket, peaking around 300ms.
```

```api
```
