# XWUIChartInvertedFunnel

An inverted-funnel chart variant backed by `XWUIChart` that widens from top to bottom, the natural shape for growth or expansion stages where each step grows the total - the mirror of a conversion funnel. 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, stacked as an inverted funnel.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two six-month series rendered as an inverted funnel at the md preset.
```

## Audience Growth

A community-building funnel that widens from a small core of ambassadors out to a broad base of viewers, each stage larger than the last.

```example
file: examples/AudienceGrowth.ts
html: examples/AudienceGrowth.html
title: Audience Growth
description: Community stages from ambassadors out to viewers, each stage broader than the previous.
```

## Support Tier Reach

Support tiers ordered from a dedicated engineer out to the self-serve help center, with each tier reaching more accounts.

```example
file: examples/SupportTierReach.ts
html: examples/SupportTierReach.html
title: Support Tier Reach
description: Escalating support tiers, each reaching a wider pool of accounts.
```

```api
```
