# XWUIChartIsotype

An isotype chart variant backed by `XWUIChart` that counts values with repeated pictograms in the ISOTYPE tradition, where each icon stands for a fixed quantity so totals read as rows of symbols. 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, counted as repeated pictograms.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two six-month series rendered as an isotype pictogram chart at the md preset.
```

## Population by Country

National populations in millions where each repeated pictogram stands for a fixed number of people, the classic isotype use-case.

```example
file: examples/PopulationByCountry.ts
html: examples/PopulationByCountry.html
title: Population by Country
description: Populations of five countries in millions shown as repeated isotype figures.
```

## Coffee Consumption

A light office metric: cups of coffee each team drinks per week, counted as repeated cup pictograms.

```example
file: examples/CoffeeConsumption.ts
html: examples/CoffeeConsumption.html
title: Coffee Consumption
description: Weekly coffee cups per team rendered as isotype cup icons.
```

```api
```
