# XWUIChartRouteMap

A route map chart: a fixed-type wrapper around `XWUIChart` that visualises paths or
connections between points, the style used to show travel routes or flows across a layout.
It accepts `series` of `{ x, y }` values and can also take `nodes` and `links` for explicit
graph data, plus an optional `block` preset (1-4) and `size` (`sm` / `md` /
`lg`); the shared block config forwards legend, grid, axis, data-label, and tooltip
toggles. Use it to plot connected routes rather than independent data points.

## Basic Usage

Two named series of monthly values supplied to the route map at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series fed to the routeMap chart type at medium size.
```

## Delivery Distance

Cumulative kilometres along two delivery routes, plotted stop by stop for daily dispatch planning.

```example
file: examples/DeliveryDistance.ts
html: examples/DeliveryDistance.html
title: Delivery Distance
description: Two delivery routes' daily distance per stop at large size with grid and title.
```

## Courier Parcels

Parcels remaining on board two couriers as each works down its stop list.

```example
file: examples/CourierParcels.ts
html: examples/CourierParcels.html
title: Courier Parcels
description: Two couriers' parcels-on-board per stop with data labels and dashed lines.
```

```api
```
