# XWUIChartHeatColoredTable

A heat-colored-table chart variant backed by `XWUIChart` that keeps the readable rows and columns of a data table while shading each cell by its value, blending exact numbers with at-a-glance heatmap cues. Provide named `series` of `{ x, y }` points and choose a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series (Series A and Series B), each spanning Jan through Jun, shaded as a heat-colored table.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two six-month series rendered as a heat-colored table at the md preset.
```

## Regional Sales Table

Revenue by region and quarter where exact dollars stay readable while shading flags strong Q4 and fast-growing APAC.

```example
file: examples/RegionalSales.ts
html: examples/RegionalSales.html
title: Regional Sales Table
description: Quarterly revenue per region with both printed values and heat shading.
```

## Team KPI Scorecard

A team-by-KPI scorecard shaded 0-100, spotlighting Platform's strong uptime and Growth's weak NPS.

```example
file: examples/TeamScorecard.ts
html: examples/TeamScorecard.html
title: Team KPI Scorecard
description: Normalized engineering KPIs per team, shaded for quick diagnosis.
```

```api
```
