# XWUIChartHexbin

A hexagonal-binning chart: a fixed-type wrapper around `XWUIChart` that aggregates
dense `{ x, y }` points into hexagonal cells and shades each cell by how many points
fall inside it. Pass the usual `{ series }` data plus a `block` preset (1-4) and
`size` (`sm` / `md` / `lg`). Use it instead of a scatter plot when points
overplot and you want to see where observations concentrate.

## Basic Usage

Two series of monthly values binned into hexagonal cells at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series aggregated into shaded hexagonal density cells.
```

## Trip Distance vs Fare

Taxi trips binned into hexagons over a distance/fare scatter, so the tight linear fare band reads as a dense ridge.

```example
file: examples/TripDistanceFare.ts
html: examples/TripDistanceFare.html
title: Trip Distance vs Fare
description: Taxi distance-versus-fare points aggregated into hexagonal density bins.
```

## Temperature vs Humidity Density

Climate-sensor readings binned into hexagons, revealing the inverse band where warmer air carries less moisture.

```example
file: examples/SensorScatter.ts
html: examples/SensorScatter.html
title: Temperature vs Humidity Density
description: Temp/humidity sensor readings hex-binned to show their concentration.
```

```api
```
