# XWUIChartDependencyWheel

A dependency wheel: a fixed-type (`type: 'dependencyWheel'`) wrapper around
`XWUIChart` that arranges items around a circle and draws ribbons between them to show
how they connect, in the chord-diagram style. Pass `series` of `{ x, y }` values plus
a `block` preset (1-4) and `size` (`sm` / `md` / `lg`). Use it to show
flows or relationships among a fixed set of entities in a compact circular layout.

## Basic Usage

Two sample series mapped onto the circular dependency wheel at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Sample {x, y} series rendered as a circular ribbon wheel via the dependencyWheel chart type.
```

## Sprint Handoffs Between Teams

Work-item handoffs between departments over a sprint, with ribbon width tracking the number of tickets passed.

```example
file: examples/TeamHandoffs.ts
html: examples/TeamHandoffs.html
title: Sprint Handoffs Between Teams
description: Inter-team ticket handoffs as a chord wheel sized by ticket count, at the lg preset with data labels.
```

## Regional Export Flows

Bilateral export volumes between five economies drawn as directional ribbons on the wheel.

```example
file: examples/TradeFlows.ts
html: examples/TradeFlows.html
title: Regional Export Flows
description: Country-to-country trade volumes ($B) rendered as a dependency wheel with a legend and unit suffix.
```

```api
```
