# XWUIChartHexTileMap

A hex-tile cartogram: a fixed-type wrapper around `XWUIChart` that lays each data
category out as an equally sized hexagon on a tessellated grid, so every region reads
with the same visual weight regardless of its true geographic area. Pass the usual
`{ series }` data plus a `block` preset (1-4) and `size` (`sm` / `md` /
`lg`). Use it when you want a map-like overview where small areas are not lost next
to large ones.

## Basic Usage

Two series of monthly values rendered as a hex-tile layout at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series projected onto the equal-area hex-tile grid.
```

## Electoral Votes Cartogram

Every US state as a same-size hex shaded by electoral votes, so small but pivotal states stay as visible as large ones.

```example
file: examples/ElectoralVotes.ts
html: examples/ElectoralVotes.html
title: Electoral Votes Cartogram
description: US states as equal hex tiles shaded by their electoral-vote count.
```

## Olympic Medal Cartogram

Each nation as an identical hex tile scaled by total medals, ranking countries without geographic area bias.

```example
file: examples/MedalTally.ts
html: examples/MedalTally.html
title: Olympic Medal Cartogram
description: Nations as equal-area hexagons shaded by total Olympic medal count.
```

```api
```
