# XWUIChartLinesOnMapFlow

A lines-on-map flow chart backed by `XWUIChart` that draws weighted connections between geographic places, used to show movement or volume travelling from origins to destinations. Its data is graph-shaped: supply `nodes` (each with a `name` and `value`) and `links` (each `{ source, target, value }`), plus an empty `series`; you also pick a `block` (1-4) variant and a `size` preset.

## Basic Usage

Five nodes (sources A/B, a `Mid` hub, sinks X/Y) and four weighted links routing flow through `Mid` (60+40 in, 55+45 out).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A lines-on-map flow with five nodes and four weighted links through a central hub at the md preset.
```

## Airline Route Traffic

Weekly passenger volume flowing along long-haul routes between major airport hubs.

```example
file: examples/AirlineRoutes.ts
html: examples/AirlineRoutes.html
title: Airline Route Traffic
description: Weekly passenger flow between six international airport hubs, link weight scaled to thousands of travellers.
```

## Container Shipping Volume

Monthly container freight routed between the world's busiest seaports.

```example
file: examples/ShippingFreight.ts
html: examples/ShippingFreight.html
title: Container Shipping Volume
description: Monthly container freight between major ports in thousands of TEU, surfacing the dominant trade lanes.
```

```api
```
