# XWUIChartTileGridMap

A tile grid map chart: a fixed-type wrapper around `XWUIChart` that arranges categories as equal-sized tiles on a grid (a cartogram-style layout) and shades each by its value, trading geographic accuracy for readability. Supply `{ series }` plus a `block` preset (1-4) and `size`. Use it for region or category comparisons where every unit should get the same visual weight regardless of real size.

## Basic Usage

This example maps the two series, Series A and Series B, onto equal-sized tiles, one per month, shading each of the six monthly values (Jan through Jun) by magnitude so every month carries the same visual weight at medium size.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: The two series laid out as equal-sized tiles, one per month, each shaded by its Jan-Jun value.
```

## Sales by US State

Lays twelve US states out as equal-sized labeled tiles shaded by Q3 revenue, so every state carries the same visual weight regardless of geographic area and the top performers read by color alone.

```example
file: examples/StateSales.ts
html: examples/StateSales.html
title: Sales by US State
description: Twelve state abbreviations as equal-weight tiles shaded by revenue, with data labels and an interactive legend.
```

## EV Adoption by Country

Renders twelve countries as equal-sized labeled tiles shaded by their EV share of new-car sales, letting Norway's runaway lead and the long tail of low-adoption markets stand out without map distortion.

```example
file: examples/EvAdoption.ts
html: examples/EvAdoption.html
title: EV Adoption by Country
description: Country-code tiles shaded by EV share of new-car sales, with data labels and a percent unit.
```

```api
```
