# XWUIChartTimeline

A timeline chart: a fixed-type wrapper around `XWUIChart` (`type: 'timeline'`) that lays
out one or more named `series` of `{ x, y }` points along a horizontal time axis, with
configurable line styling (`lineWeight`, `lineStyle`, `lineArrows`) and optional depth
stacking via `stackSeriesInZ`. Pass a `block` preset (1-4) and `size`
(`sm` / `md` / `lg`). Use it to chart sequences of dated events or activity
streams and compare several timelines side by side.

## Basic Usage

Two named series of monthly values arranged along a shared timeline at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly {x, y} series laid out along a shared horizontal time axis.
```

## Product Launch Milestones

Planned versus actual engineering effort across launch phases, with data labels and an end-arrow accent to follow the sequence.

```example
file: examples/ProductLaunchMilestones.ts
html: examples/ProductLaunchMilestones.html
title: Product Launch Milestones
description: Planned vs actual story-point effort per launch phase with end arrows.
```

## Mars Mission Timeline

Rover power output and cumulative data returned plotted against mission sols, with a dotted stroke and hollow markers.

```example
file: examples/MarsMissionTimeline.ts
html: examples/MarsMissionTimeline.html
title: Mars Mission Timeline
description: Power and data-return profile across mission sols as a dotted timeline.
```

```api
```
