# XWUIChartPlaybackTimeSlider

XWUIChartPlaybackTimeSlider wraps XWUIChart with the chart `type` fixed to `'playbackTimeSlider'`, pairing a time-series plot of the `{series}` with a scrubbable playback control over the time axis. Use it when you want to step or animate through a chart's time points rather than view the whole range statically. Configure it with `block` (1-4, clamped) to pick the variant layout and `size` (`sm`, `md`, or `lg`) to set the dimensions.

## Basic Usage

This example loads two monthly series (Series A and Series B, Jan-Jun) at medium size, so the time slider scrubs across the six months.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series (Series A and Series B, Jan-Jun) with a playback time slider over the months, at medium size.
```

## Daily Website Traffic

A month of daily unique-visitor counts plays back along the time slider so you can scrub to any date and watch the March traffic ramp build.

```example
file: examples/DailyWebsiteTraffic.ts
html: examples/DailyWebsiteTraffic.html
title: Daily Website Traffic
description: Daily unique visitors across March, scrubbable on an interactive playback time slider.
```

## Hourly Temperature Over a Day

Two temperature sensors sampled every three hours let the slider animate the day's warm-up and evening cool-down side by side.

```example
file: examples/HourlyTemperature.ts
html: examples/HourlyTemperature.html
title: Hourly Temperature Over a Day
description: Rooftop and shaded temperature sensors over 24 hours on a playback time slider.
```

```api
```
