# XWUIChartSurveyResults

A survey-results chart: a fixed-type wrapper around `XWUIChart` that visualizes response distributions across questions or options, comparing how answers break down. Supply `{ series }` (a series per group or response set) plus a `block` preset (1-4) and `size`. Use it to present questionnaire outcomes - agreement levels, ratings, or option shares across respondents.

## Basic Usage

Two response groups (Series A and Series B) across six options, Jan through Jun, rendered at medium size to compare how each group's answers break down option by option.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two response groups compared across six options, showing how each group's answers break down.
```

## Engagement Survey

Annual engagement results broken into Agree, Neutral, and Disagree shares across five themes, making it obvious which topics draw the most disagreement.

```example
file: examples/EngagementSurvey.ts
html: examples/EngagementSurvey.html
title: Engagement Survey
description: Likert agreement split into Agree / Neutral / Disagree across five engagement themes.
```

## Product NPS Breakdown

Net Promoter responses split into Promoters, Passives, and Detractors across six product lines, with an interactive crosshair for inspecting each line.

```example
file: examples/ProductNPS.ts
html: examples/ProductNPS.html
title: Product NPS Breakdown
description: NPS responses split into Promoters / Passives / Detractors across six product lines.
```

```api
```
