# XWUIChartAccelerationTime

A line-family chart variant backed by `XWUIChart` that plots how a measured value changes (accelerates) over an ordered axis. Pass one or more named `series` of `{ x, y }` points; pick a `block` (1-4) and `size` preset, and optionally toggle legend, grid, axes, data labels, 3D, and line styling.

## Basic Usage

Two named series of monthly `{ x, y }` points rendered at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as an acceleration-over-time line chart.
```

## EV 0-100 Acceleration

Speed-vs-time curves for three electric vehicles sprinting from a standstill to 100 km/h.

```example
file: examples/EVAcceleration.ts
html: examples/EVAcceleration.html
title: EV 0-100 Acceleration
description: Standing-start speed curves for three EVs measured to 100 km/h.
```

## Load-Test Throughput Ramp

Requests-per-second climbing through a load test's warm-up phase for two API deployments.

```example
file: examples/LoadTestRampUp.ts
html: examples/LoadTestRampUp.html
title: Load-Test Throughput Ramp
description: Throughput (req/s) ramping to steady state for a cached vs baseline deployment.
```

```api
```
