# XWUIChartKnittingPattern

A knitting-pattern chart backed by `XWUIChart` that maps each data value to a grid cell, turning a series into a tiled stitch-chart style visual. 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 - laid out as a knitting-pattern grid.

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

## Habit Tracker

Four weeks of daily exercise minutes, one row per week, reading like a habit grid where brighter cells mark longer workouts.

```example
file: examples/HabitTracker.ts
html: examples/HabitTracker.html
title: Habit Tracker
description: Weekly exercise minutes as a stitch-pattern habit grid.
```

## Sensor Heatmap

Hourly humidity readings from three greenhouse zones, one row per zone, exposing each zone's midday dip.

```example
file: examples/SensorHeatmap.ts
html: examples/SensorHeatmap.html
title: Sensor Heatmap
description: Hourly greenhouse humidity per zone as a knitting-pattern grid.
```

```api
```
