# XWUIChartProjectDependencyTimeline

`XWUIChartProjectDependencyTimeline` is a thin wrapper around `XWUIChart` with the chart `type` pinned to `'projectDependencyTimeline'`, laying tasks out along a time axis in the spirit of a Gantt/dependency schedule. Give it a `{ series }` data object and use it when you want to show work items positioned over time and read off how they sequence and depend on one another. Variant and size come from the `block` (1-4, clamped) and `size` (`sm` / `md` / `lg`) config.

## Basic Usage

This example provides two monthly series (Series A and Series B, Jan-Jun) at `md` size as the scheduled items placed along the timeline.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series (Series A and Series B, Jan-Jun) arranged on a project dependency timeline at medium size.
```

## Sprint Burndown

Remaining story points day by day, with the ideal trajectory drawn against the actual so slippage and recovery are obvious.

```example
file: examples/SprintBurndown.ts
html: examples/SprintBurndown.html
title: Sprint Burndown
description: Ideal vs actual remaining story points over a nine-day sprint as two series, large with grid and filled data points.
```

## Migration Milestones

Cumulative tasks completed week over week across a migration, with the code-freeze window shaded to explain the mid-project plateau.

```example
file: examples/MigrationMilestones.ts
html: examples/MigrationMilestones.html
title: Migration Milestones
description: A single cumulative-completion series across eight weeks with data labels and a region annotation marking the code-freeze window.
```

```api
```
