# XWUIChartEmojiMatrix

An emoji-matrix chart variant backed by `XWUIChart` that fills a grid of cells with emoji sized or chosen by value, a playful pictographic take on the heatmap for dashboards and infographics. 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 emoji grid.

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

## Team Mood by Day

Five team members as rows and the seven days of the week as columns, with each cell carrying a mood score from 0 to 100.

```example
file: examples/TeamMoodByDay.ts
html: examples/TeamMoodByDay.html
title: Team Mood by Day
description: A 5x7 mood-score matrix with interactive cell hover enabled.
```

## Feature Usage Heatmap

Four product features as rows and six weeks as columns, with cell intensity tracking how heavily each feature is used.

```example
file: examples/FeatureUsageHeatmap.ts
html: examples/FeatureUsageHeatmap.html
title: Feature Usage Heatmap
description: A 4x6 feature-by-week usage-intensity matrix with x-axis labels.
```

```api
```
