# XWUIChartEdgeBundling

An edge-bundling chart variant backed by `XWUIChart` that groups related connections into smooth bundled curves, taming the clutter of a dense node-link diagram so the dominant flows between groups stand out. Provide named `series` of `{ x, y }` points and choose a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series (Series A and Series B), each spanning Jan through Jun, supplied as the sample data.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two six-month series rendered with the edge bundling variant at the md preset.
```

## Cross-Team Dependencies by Sprint

Three directed team-to-team edge flows bundled across six sprints to surface shifting coupling between Frontend, Backend, Data, and ML.

```example
file: examples/CrossTeamDependencies.ts
html: examples/CrossTeamDependencies.html
title: Cross-Team Dependencies by Sprint
description: Edge counts for three team pairs across six sprints with legend and hover.
```

## API Call Volume by Service

Hourly request volume for Auth, Payments, and Search bundled together across the working day.

```example
file: examples/ApiCallVolume.ts
html: examples/ApiCallVolume.html
title: API Call Volume by Service
description: Three services' hourly call volume in thousands with x-axis labels.
```

```api
```
