# XWUIChartSmallMultiples

A small-multiples chart: a fixed-type wrapper around `XWUIChart` that repeats the same chart
across a grid of panels, one per series, with shared axes so trends can be scanned and
compared side by side. 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 to compare the shape of
many series at once.

## Basic Usage

Two named series of monthly values rendered as repeated small panels at the medium size
preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series shown as a panel grid via the smallMultiples chart type.
```

## Quarterly Sales by Region

Six quarters of revenue for four regions, each in its own shared-axis panel, highlighting the steep Asia Pacific climb against flatter markets.

```example
file: examples/RegionalSales.ts
html: examples/RegionalSales.html
title: Quarterly Sales by Region
description: Per-region quarterly revenue compared across four shared-axis panels.
```

## Air Quality Index by City

Daytime AQI curves for four cities on one shared scale, contrasting clean Zurich with hazardous Delhi and Beijing.

```example
file: examples/AirQuality.ts
html: examples/AirQuality.html
title: Air Quality Index by City
description: Hourly AQI readings per city as separate panels sharing a common scale.
```

```api
```
