# XWUIChartRadialHistogram

XWUIChartRadialHistogram is a thin wrapper around XWUIChart that fixes the chart `type` to `'radialHistogram'`, arranging histogram-style bins as wedges around a circle so the distribution is read by sweep angle rather than along a straight axis. Pass `{ series }` data and configure it with `block` (1-4, clamped) and `size` (`'small'` | `'medium'` | `'large'`). Use it when you want a circular, dial-like take on a frequency or share distribution across a small set of bins.

## 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"`, binning those five categories into wedges arranged 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 radial histogram wedges at medium size.
```

## Commit Activity by Weekday

A week of git commit counts binned into seven wedges around the dial, with labels highlighting the mid-week peak and the weekend lull.

```example
file: examples/CommitActivityByWeekday.ts
html: examples/CommitActivityByWeekday.html
title: Commit Activity by Weekday
description: Daily commit counts Mon-Sun shown as labeled radial histogram wedges.
```

## Call Volume by Hour

Hourly support-call volume for a weekday compared against a weekend, drawn as two wedge series on a large dial.

```example
file: examples/CallVolumeByHour.ts
html: examples/CallVolumeByHour.html
title: Call Volume by Hour
description: Weekday vs weekend call counts across the working hours 08-17 as two series on a large radial histogram.
```

```api
```
