# XWUIChartVelocityTime

A velocity-time chart backed by `XWUIChart` that plots a rate against time, the familiar kinematics / throughput view where the slope reads as acceleration and the area as distance or total work. 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 - plotted as velocity over time.

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

## Team Sprint Velocity

Tracks story points delivered per sprint for two squads across a quarter.

```example
file: examples/SprintVelocity.ts
html: examples/SprintVelocity.html
title: Team Sprint Velocity
description: Story-point velocity for two squads over six sprints at the lg preset with a points unit and interactive legend.
```

## API Request Throughput

Plots requests per second for two service tiers across the hours of a day.

```example
file: examples/ApiThroughput.ts
html: examples/ApiThroughput.html
title: API Request Throughput
description: Requests-per-second curve for two services in four-hour buckets at the md preset with the block-3 variant and a crosshair.
```

```api
```
