# XWUIChartTapestryCrochet

A tapestry-crochet chart: a fixed-type wrapper around `XWUIChart` that renders series as a woven grid-of-cells pattern (a chart-style "tapestry"), encoding values as colored stitches across rows. Supply `{ series }` plus a `block` preset (1-4) and `size`. Use it for a textured matrix view where each series becomes a row of colored cells across the x-categories.

## Basic Usage

This example weaves the two series, Series A and Series B, into two rows of colored cells, one stitch per month, so the six monthly values (Jan through Jun) read as a textured grid at medium size.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: The two series woven as two rows of colored cells, one stitch per month across the six Jan-Jun categories.
```

## Monthly Rainfall by City

Weaves nine months of rainfall for Seattle, London, and Singapore into three colored stitch-rows, so each city's wet and dry seasonal bands read as a textured matrix.

```example
file: examples/CityRainfall.ts
html: examples/CityRainfall.html
title: Monthly Rainfall by City
description: Three city rainfall series woven into stacked stitch-rows across nine months, with a legend and mm unit.
```

## Electricity Generation Mix

Bands coal, gas, renewables, and nuclear across six years into woven stitch-rows with on-cell data labels, surfacing the decline of coal and the rise of renewables.

```example
file: examples/EnergyMix.ts
html: examples/EnergyMix.html
title: Electricity Generation Mix
description: Four generation-source series banded year-over-year with data labels and a percent unit.
```

```api
```
