# XWUIChartArc

A chart variant backed by `XWUIChart` that connects data points with curved arcs, commonly used to show relationships or links between positions on a shared axis. Provide named `series` of `{ x, y }` points and choose a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series rendered as an arc chart.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as an arc chart at the md preset.
```

## Co-authorship Arcs

A research collaboration network, authors sized by output and arcs weighted by shared papers.

```example
file: examples/CoauthorNetwork.ts
html: examples/CoauthorNetwork.html
title: Co-authorship Arcs
description: A lab co-authorship network drawn as a weighted arc diagram.
```

## Flight Route Arcs

A hub-and-spoke airline network, airports sized by departures and arcs weighted by route frequency.

```example
file: examples/FlightRoutes.ts
html: examples/FlightRoutes.html
title: Flight Route Arcs
description: Direct routes from a hub airport drawn as a weighted arc diagram.
```

```api
```
