# XWUIChartVolume

A volume chart backed by `XWUIChart` that plots magnitude over a sequence (such as traded volume per period), typically shown as bars to gauge activity beneath a price or trend. 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 volume bars.

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

## Daily Trading Volume

Two tickers' daily share volume across ten sessions, with the heavy-activity spikes a trader watches for.

```example
file: examples/TradingVolume.ts
html: examples/TradingVolume.html
title: Daily Trading Volume
description: AAPL and TSLA daily share volume in millions over a trading fortnight.
```

## Hourly API Request Volume

A day of gateway traffic bucketed by hour, surfacing the midday peak and overnight troughs for capacity planning.

```example
file: examples/HourlyRequests.ts
html: examples/HourlyRequests.html
title: Hourly API Request Volume
description: Requests served per hour across 24 hours with a thinned axis-label set.
```

```api
```
