# XWUIChartParallelSets

A parallel-sets chart backed by `XWUIChart` that shows how categorical records split and recombine across dimensions as flowing ribbons, used to trace composition and shared membership. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) variant plus a `size` preset; legend and grid auto-toggle per block unless overridden.

## Basic Usage

Two named series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - drawn as flowing category ribbons.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two series drawn as a parallel-sets diagram at the md preset.
```

## Survey Respondents by Segment

NPS promoters, passives and detractors split by age band and plan tier, drawn as labelled category ribbons at the lg preset.

```example
file: examples/SurveyRespondents.ts
html: examples/SurveyRespondents.html
title: Survey Respondents by Segment
description: NPS segments flowing across age-band and plan-tier categories.
```

## Support Ticket Flow

Ticket volumes flowing from priority through contact channel into resolution status, shown interactively with grid values.

```example
file: examples/TicketFlow.ts
html: examples/TicketFlow.html
title: Support Ticket Flow
description: Ticket counts ribboned from priority through channel to resolution.
```

```api
```
