# XWUIChartAnimatedPathMap

A map-oriented chart variant backed by `XWUIChart` that animates values traced along a path, useful for showing movement or progression over a route rather than a static plot. Feed it named `series` of `{ x, y }` points and choose a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series driving an animated path-map render.

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

## Delivery Route Speed

Vehicle speed at each stop along a city delivery loop for two vans, replaying where each slowed.

```example
file: examples/DeliveryRoute.ts
html: examples/DeliveryRoute.html
title: Delivery Route Speed
description: Per-stop vehicle speed along a delivery route as an animated path map.
```

## Trail Elevation Profile

Elevation at each waypoint of a day hike, tracing the climb to the summit and back down.

```example
file: examples/TrailElevation.ts
html: examples/TrailElevation.html
title: Trail Elevation Profile
description: Waypoint elevation along a hiking trail as an animated path map.
```

```api
```
