# XWUIChartAnimatedRankTimeline

A timeline chart variant backed by `XWUIChart` that animates how items rise and fall in rank over an ordered axis, ideal for showing leaderboard or position changes through time. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series animated as a shifting rank timeline.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series rendered as an animated rank timeline at the md preset.
```

## Championship Position Timeline

Four drivers' championship positions across eight rounds, the lead trading hands as the season runs.

```example
file: examples/ChampionshipStandings.ts
html: examples/ChampionshipStandings.html
title: Championship Position Timeline
description: Per-driver championship positions over eight rounds as an animated rank timeline.
```

## App Store Chart Position

Daily top-charts positions for four apps over a week, a launch push lifting one app to number one.

```example
file: examples/AppStoreRanking.ts
html: examples/AppStoreRanking.html
title: App Store Chart Position
description: Daily app-store positions over a week as an animated rank timeline.
```

```api
```
