# XWUIChartPipelineStage

XWUIChartPipelineStage wraps XWUIChart with the chart `type` fixed to `'pipelineStage'`, plotting one or more `{series}` to visualize how values move across stages of a pipeline. Use it when you want to compare progression or stage-by-stage figures for several tracks side by side. Configure it with `block` (1-4, clamped) to pick the variant layout and `size` (`sm`, `md`, or `lg`) to set the dimensions.

## Basic Usage

This example plots two monthly series (Series A and Series B, Jan-Jun) at medium size, comparing each track's values across the six stages.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series (Series A and Series B, Jan-Jun) rendered as a pipeline-stage chart at medium size.
```

## B2B Sales Funnel

A single-track sales funnel that shows accounts narrowing at every stage from raw leads down to closed-won deals across the quarter.

```example
file: examples/SalesFunnel.ts
html: examples/SalesFunnel.html
title: B2B Sales Funnel
description: Quarterly account counts decreasing from leads to closed-won, with data labels.
```

## Recruiting Pipeline

Two roles compared stage by stage, tracking how engineering and sales candidates drop off from application through to hire.

```example
file: examples/HiringPipeline.ts
html: examples/HiringPipeline.html
title: Recruiting Pipeline
description: Engineering vs. sales candidate counts decreasing from applied to hired across two series.
```

```api
```
