# XWUIChartImageTile

An image-tile chart variant backed by `XWUIChart` that arranges values into a tiled grid of image or thumbnail cells, handy for galleries and pictographic dashboards where each cell stands for a data point. 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, supplied as the image-tile sample data.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two six-month series rendered with the image tile variant at the md preset.
```

## Category Sales

Sales by product category laid out as a tiled value grid, one labelled cell per category.

```example
file: examples/CategorySales.ts
html: examples/CategorySales.html
title: Category Sales
description: Quarterly revenue by product category shown as image tiles.
```

## Regional Stores

Number of retail stores per region rendered as a grid of tiled cells for quick comparison.

```example
file: examples/RegionalStores.ts
html: examples/RegionalStores.html
title: Regional Stores
description: Retail store counts across five regions shown as a tiled grid.
```

```api
```
