# XWUIChartMosaicCrochet

A mosaic-crochet chart backed by `XWUIChart` that tiles each value into a coloured cell, producing a mosaic / crochet-chart style grid from a series. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) variant plus a `size` preset; legend and grid auto-toggle per block unless overridden.

## Basic Usage

Two named monthly series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - tiled as a mosaic grid.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as a mosaic-crochet chart at the md preset.
```

## Crochet Colour Pattern

Rows of stitches tiled into tinted cells preview a granny-square colourwork chart.

```example
file: examples/StitchPattern.ts
html: examples/StitchPattern.html
title: Crochet Colour Pattern
description: A multi-row stitch chart rendered as a coloured mosaic grid.
```

## Commit Activity Grid

A contribution-style grid of weeks by weekdays, each tile shaded by daily commit count.

```example
file: examples/CommitActivity.ts
html: examples/CommitActivity.html
title: Commit Activity Grid
description: Repository commit counts tiled by week and weekday.
```

```api
```
