# XWUIChartNetwork

A network chart from the graph family (it extends `XWUIChartGraph`, the graph-layout sibling of the Cartesian `XWUIChart`) that arranges nodes and the edges between them to reveal connection structure. 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 network variant seeded with two placeholder monthly series at the md preset.
```

## Microservice Dependency Graph

Services as volume-sized nodes joined by their synchronous calls, highlighting fan-out and shared hubs.

```example
file: examples/MicroservicesDeps.ts
html: examples/MicroservicesDeps.html
title: Microservice Dependency Graph
description: A service-to-service call graph with the database as a central hub.
```

## Research Collaboration Network

Researchers sized by output and linked by co-authored papers, revealing two clusters and a bridge.

```example
file: examples/CollaborationNetwork.ts
html: examples/CollaborationNetwork.html
title: Research Collaboration Network
description: A co-authorship graph with two clusters joined by one bridging author.
```

```api
```
