# XWUIChart100StackedBar

A 100%-stacked bar chart: a fixed-type wrapper around `XWUIChart` where each
category's bar is normalized to full height, so segments show each series' share of
that category's total instead of raw values. Pass the usual `{ series }` data and
pick a `block` preset (1-4) and `size` (`sm` / `md` / `lg`). Use it to
compare composition across categories - the proportional mix at each x-value.

## Basic Usage

Two series of monthly values stacked into full-height bars, each segment sized to
its percentage of the month's total.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two series normalized to 100% per category and stacked into full-height bars.
```

## Department Budget Allocation

Quarterly spend split by department, each bar normalized to 100% to show mix shift.

```example
file: examples/BudgetAllocation.ts
html: examples/BudgetAllocation.html
title: Department Budget Allocation
description: Engineering, Sales, Marketing, and Support shares per quarter with a percent tooltip.
```

## Likert Survey Responses

Agree/Neutral/Disagree per question normalized to 100% of respondents.

```example
file: examples/SurveyResponses.ts
html: examples/SurveyResponses.html
title: Likert Survey Responses
description: Satisfaction breakdown across five questions with data labels on each segment.
```

```api
```
