# XWUIChartSmallMultiplesAnyCore

A flexible small-multiples chart: a fixed-type wrapper around `XWUIChart` that lays the data
out as a grid of panels while letting the inner ("core") chart type vary, so the repeated
panel can be a line, bar, area, or other renderer rather than a fixed one. 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 when you want small multiples of a non-default chart type.

## Basic Usage

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

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series shown as configurable-core panels via the smallMultiplesAnyCore chart type.
```

## Core Web Vitals by Page

Largest Contentful Paint timings for four key pages tracked over six releases, each page its own panel, confirming the per-page optimization trend.

```example
file: examples/WebVitals.ts
html: examples/WebVitals.html
title: Core Web Vitals by Page
description: LCP timing per page across six releases as configurable-core panels.
```

## Crop Yield by Field

Six seasons of wheat yield for four field plots, each in its own panel, making the high River Plot and improving Hilltop directly comparable.

```example
file: examples/CropYield.ts
html: examples/CropYield.html
title: Crop Yield by Field
description: Per-field tonnes-per-hectare across six seasons as configurable-core panels.
```

```api
```
