# XWUIChartBarRace

An animated bar chart variant backed by `XWUIChart` that races bars up and down as their values change across the ordered axis, popular for showing how rankings evolve frame by frame. 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 bar race.

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

## Language Popularity Race

Share of new open-source repos by language over six years, with TypeScript and Rust climbing past JavaScript.

```example
file: examples/LanguagePopularity.ts
html: examples/LanguagePopularity.html
title: Language Popularity Race
description: New-repo share by language across six years, animated as a bar race.
```

## Streaming Subscriber Race

Subscriber counts for four streaming services over six quarters as challengers close on the leader.

```example
file: examples/StreamingSubscribers.ts
html: examples/StreamingSubscribers.html
title: Streaming Subscriber Race
description: Subscriber counts by service across six quarters, animated as a bar race.
```

```api
```
