# XWUIChartDotDensityMap

A dot-density-map chart variant backed by `XWUIChart` that scatters dots in proportion to a value across a gridded region, conveying where a quantity concentrates without shading whole areas. Supply one named `series` per grid row, each carrying its cells as `{ x, y }` points (column label and value), then choose a `block` (1-4) and `size` preset.

## Basic Usage

Five named rows, each with seven randomized cell values, forming a 5x7 field of density dots.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A 5x7 grid of randomized values rendered as a dot density map at the md preset.
```

## Population Density Grid

Neighborhood population density over a 6-by-8 grid, concentrating dots over the urban core.

```example
file: examples/PopulationDensity.ts
html: examples/PopulationDensity.html
title: Population Density Grid
description: People per square km across a 6x8 region, peaking in the central Downtown cells.
```

## Incidents by Zone and Shift

Support-ticket counts per zone across six daily shifts, revealing midday and afternoon peaks.

```example
file: examples/IncidentsByShift.ts
html: examples/IncidentsByShift.html
title: Incidents by Zone and Shift
description: Ticket volume as a 5-zone by 6-shift density map, heaviest in the Central zone at midday.
```

```api
```
