# XWUIChartRadialStackedBar

XWUIChartRadialStackedBar is a thin wrapper around XWUIChart that fixes the chart `type` to `'radialStackedBar'`, drawing bars that radiate from a common center with series segments stacked along each spoke. Pass `{ series }` data and configure it with `block` (1-4, clamped) and `size` (`'small'` | `'medium'` | `'large'`). Use it when you want the circular form of a radial bar chart but also need to show how parts compose each total per category.

## Basic Usage

This example passes a single "Share" series of five slices (A=35, B=25, C=20, D=12, E=8) to the constructor at `size: "md"`, drawing one stacked radial bar per category around the center.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A single five-slice "Share" breakdown (A=35, B=25, C=20, D=12, E=8) shown as radial bars stacked around a common center at medium size.
```

## Energy Mix by Country

Electricity generation split into solar, wind, hydro, and fossil segments, stacked into one radial bar per country.

```example
file: examples/EnergyMixByCountry.ts
html: examples/EnergyMixByCountry.html
title: Energy Mix by Country
description: Four generation sources (TWh) stacked per country as radial bars, with a legend at large size.
```

## Budget Allocation by Quarter

Quarterly spend broken into R&D, Marketing, and Ops segments, stacked on a radial bar with thousands-unit data labels.

```example
file: examples/BudgetAllocationByQuarter.ts
html: examples/BudgetAllocationByQuarter.html
title: Budget Allocation by Quarter
description: R&D, Marketing and Ops spend (in k) stacked per quarter as radial bars with data labels.
```

```api
```
