# XWUIChartHexbinMap

A hexbin map: a fixed-type wrapper around `XWUIChart` that overlays a hexagonal binning
grid on a geographic projection, shading each hexagon by the aggregated value of the
points that fall within it. Pass the usual `{ series }` data plus a `block` preset (1-4)
and `size` (`sm` / `md` / `lg`). Use it to show spatial density or regional
totals without the overplotting of individual map markers.

## Basic Usage

Two series of monthly values aggregated into hexagonal map bins at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series binned into shaded hexagons over a map projection.
```

## Earthquake Density Map

A year of earthquakes binned into hexagons over the major seismic zones, shading the Ring of Fire hottest.

```example
file: examples/EarthquakeDensity.ts
html: examples/EarthquakeDensity.html
title: Earthquake Density Map
description: Seismic events per zone aggregated into shaded map hexagons.
```

## Bike-Share Trip Density

City bike trips aggregated into map hexagons by district, with transit and campus hexes glowing as demand hubs.

```example
file: examples/BikeShareTrips.ts
html: examples/BikeShareTrips.html
title: Bike-Share Trip Density
description: Bike-share trip starts per district shaded as a hexbin map overlay.
```

```api
```
