# XWUIChartPictogram

A pictogram chart backed by `XWUIChart` that represents each value as a row of repeated icons, an approachable way to show counts and proportions for general audiences. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) variant plus a `size` preset; legend and grid auto-toggle per block unless overridden.

## Basic Usage

Two named monthly series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - rendered as repeated-icon rows.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as a pictogram chart at the md preset.
```

## Population by Country

The six most populous countries compared as icon rows, each repeated symbol standing in for millions of people.

```example
file: examples/PopulationByCountry.ts
html: examples/PopulationByCountry.html
title: Population by Country
description: National populations (millions) drawn as a single-series pictogram at the lg preset.
```

## Smartphone OS Market Share

Global mobile operating-system share rendered as icon rows, making Android's lead over iOS and the long tail of minor platforms obvious.

```example
file: examples/MobileOSShare.ts
html: examples/MobileOSShare.html
title: Smartphone OS Market Share
description: Mobile OS share percentages drawn as a pictogram with a legend.
```

```api
```
