# XWUIChartNodeLinkNetwork

A node-link network chart from the graph family (it extends `XWUIChartGraph`, the graph-layout sibling of the Cartesian `XWUIChart`) that combines node-link drawing with network layout to show how many connected entities interrelate. Supply graph `nodes` and `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 node-link network variant seeded with two placeholder monthly series at the md preset.
```

## Social Follow Network

A who-follows-whom network among creators, with node size scaled by follower count and edges weighted by mutual interactions.

```example
file: examples/SocialFollowGraph.ts
html: examples/SocialFollowGraph.html
title: Social Follow Network
description: Seven creators linked by follow relationships looping back to Maya Chen, sized by followers, lg preset, block 2.
```

## Power Grid Flow

A transmission network carrying megawatts from generating stations through substations to load centres.

```example
file: examples/PowerGridFlow.ts
html: examples/PowerGridFlow.html
title: Power Grid Flow
description: Hoover Dam and Palo Verde feeding the Mead and Phoenix substations out to Las Vegas, Tucson and Flagstaff loads, md preset, block 3.
```

```api
```
