# XWUIChartGlyphMatrix

A glyph-matrix chart variant backed by `XWUIChart` that draws a small data-driven glyph in each cell of a grid, encoding one or more values per cell so patterns across rows and columns become scannable. Supply one named `series` per grid row, each carrying its cells as `{ x, y }` points (column label and value), then choose a `block` (1-4) and `size` preset.

## Basic Usage

Five named rows, each with seven randomized cell values, forming a 5x7 grid of glyphs.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A 5x7 grid of randomized values rendered as a glyph matrix at the md preset.
```

## Fleet Health Matrix

A service-by-hour reliability grid where each glyph encodes that hour's error rate, surfacing the payments spike.

```example
file: examples/ServerHealthGrid.ts
html: examples/ServerHealthGrid.html
title: Fleet Health Matrix
description: Microservice error rates per hour, one glyph per service-hour cell.
```

## Crop Yield Matrix

A field-by-season harvest grid where each glyph scales to tonnes-per-hectare, highlighting the productive South field.

```example
file: examples/CropYieldGrid.ts
html: examples/CropYieldGrid.html
title: Crop Yield Matrix
description: Per-field seasonal crop yields encoded as a grid of sized glyphs.
```

```api
```
