# XWUIChartWeightedNetwork

A weighted-network chart from the graph family (it extends `XWUIChartGraph`, the graph-layout sibling of the Cartesian `XWUIChart`) that draws nodes and edges where each link's weight encodes connection strength via thickness or length. Supply graph `nodes` and weighted `links`; the basic example seeds it with placeholder `series` of `{ x, y }` points, and you also pick a `block` (1-4) variant plus a `size` preset.

## Basic Usage

Two placeholder series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - stand in for graph data at the md preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A weighted-network variant seeded with two placeholder monthly series at the md preset.
```

## Microservices Topology

A service call graph where node size tracks request volume and weighted edges track call rate between services and datastores.

```example
file: examples/MicroservicesTopology.ts
html: examples/MicroservicesTopology.html
title: Microservices Topology
description: A backend call graph from gateway through services down to Postgres and Redis.
```

## Airline Route Network

A hub-and-spoke flight map where node size is passenger volume and edge weight is daily route frequency.

```example
file: examples/AirlineRoutes.ts
html: examples/AirlineRoutes.html
title: Airline Route Network
description: A domestic route network centred on Atlanta with secondary Chicago and Dallas hubs.
```

```api
```
