# XWUIChartRadialArea

XWUIChartRadialArea is a thin wrapper around XWUIChart that fixes the chart `type` to `'radialArea'`, rendering each series as a filled area swept around a polar (circular) axis instead of along a horizontal baseline. Pass `{ series }` data and configure it with `block` (1-4, clamped) and `size` (`'small'` | `'medium'` | `'large'`). Reach for it when you want the smooth, area-filled look of a radial profile to emphasize the overall magnitude and shape of a single categorical breakdown.

## Basic Usage

This example feeds a single "Share" series of five slices (A=35, B=25, C=20, D=12, E=8) into the constructor at `size: "md"`, producing one radial area that wraps those five categories around the circle.

```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) drawn as one filled radial area at medium size.
```

## Daily Active Hours

A full 24-hour activity profile swept clockwise around the circle, surfacing the daily peaks and the overnight trough at a glance.

```example
file: examples/DailyActiveHours.ts
html: examples/DailyActiveHours.html
title: Daily Active Hours
description: Active-user counts for each hour 00-23 drawn as one large radial area with data labels off.
```

## Wind Direction Frequency

Two seasonal wind roses overlaid on the same eight-point compass, comparing where the wind comes from in summer versus winter.

```example
file: examples/WindDirectionFrequency.ts
html: examples/WindDirectionFrequency.html
title: Wind Direction Frequency
description: Summer and winter frequency (%) for the 8 compass directions, shown as two legended radial areas.
```

```api
```
