# XWUIChartNightingale

A Nightingale (polar / rose) chart backed by `XWUIChart` that draws each category as a wedge radiating from the centre, with magnitude encoded by radius - a circular take on the bar chart for cyclical data. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) variant plus a `size` preset; legend and grid auto-toggle per block unless overridden.

## Basic Usage

Two named monthly series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - drawn as radiating rose wedges.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as a Nightingale rose chart at the md preset.
```

## Wind Direction Rose

Each compass direction is a wedge whose radius is how often the wind blew from there.

```example
file: examples/WindRose.ts
html: examples/WindRose.html
title: Wind Direction Rose
description: A wind rose of prevailing direction frequencies as radiating wedges.
```

## Sales by Month

Monthly revenue mapped to equal-angle wedges so the seasonal peak balloons outward.

```example
file: examples/SeasonalSales.ts
html: examples/SeasonalSales.html
title: Sales by Month
description: A polar-area rose of monthly retail revenue with a Q4 holiday surge.
```

```api
```
