# XWUIChartHeatmapMatrix

A heatmap-matrix chart variant backed by `XWUIChart` that lays out a full row-by-column matrix of color-coded cells, well suited to correlation grids and any dense table where value is read from hue. Supply one named `series` per matrix 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, laid out as a 5x7 matrix of colored cells.

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

## Feature Correlation Matrix

A 5x5 customer-feature correlation grid with a unit diagonal and negative churn correlations, hue showing what moves together.

```example
file: examples/CorrelationMatrix.ts
html: examples/CorrelationMatrix.html
title: Feature Correlation Matrix
description: Pairwise feature correlations shaded by sign and strength, labelled per cell.
```

## Weekly Traffic Heatmap

A weekday-by-time-block visit matrix exposing the Friday-evening and Saturday-afternoon traffic hot spots.

```example
file: examples/TrafficByHour.ts
html: examples/TrafficByHour.html
title: Weekly Traffic Heatmap
description: Site visits per day and time block, shaded to reveal peak windows.
```

```api
```
