# XWUIChartRouteNetworkMap

A route network map: a fixed-type wrapper around `XWUIChart` that draws an interconnected
network of routes, showing how many points link together rather than a single path. 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 for transit-style or topology diagrams with many connections.

## Basic Usage

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

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

## Airline Hub And Spoke

Weekly scheduled flights routed from three airline hubs to four destination cities.

```example
file: examples/AirlineHubSpoke.ts
html: examples/AirlineHubSpoke.html
title: Airline Hub And Spoke
description: Hub-and-spoke flight network with weekly flight counts at large size, interactive.
```

## Shipping Lanes

Quarterly container volume flowing from three export ports to three import markets.

```example
file: examples/ShippingLanes.ts
html: examples/ShippingLanes.html
title: Shipping Lanes
description: Three ports to three markets with container TEU volume per lane, block 3 preset.
```

```api
```
