# XWUIChartSmallMultipleBars

A small-multiple bar chart: a fixed-type wrapper around `XWUIChart` that splits the data
into a grid of miniature bar charts that share scales, so each series gets its own panel and
can be compared like-for-like. 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
many categories without crowding them onto one axis.

## Basic Usage

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

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series split into per-series bar panels via the smallMultipleBars chart type.
```

## Feature Satisfaction by Plan Tier

Average survey scores for five product features, one bar panel per subscription tier, showing how Support and Pricing satisfaction diverge as tier rises.

```example
file: examples/FeatureRatings.ts
html: examples/FeatureRatings.html
title: Feature Satisfaction by Plan Tier
description: Per-feature 1-5 ratings compared across four plan-tier bar panels.
```

## Electricity Generation Mix by Country

The share of generation by source for four countries, each a bar panel, contrasting nuclear, hydro, and coal-heavy national profiles.

```example
file: examples/EnergyMix.ts
html: examples/EnergyMix.html
title: Electricity Generation Mix by Country
description: Per-country generation share across six sources as separate bar panels.
```

```api
```
