# XWUIChartCashflowTimeline

A cashflow-timeline chart backed by `XWUIChart` (`type: 'cashflowTimeline'`) that plots inflows and outflows along a time axis to visualize running cash position. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) and `size` preset (`sm`, `md`, `lg`); legend and grid auto-toggle per block unless overridden.

## Basic Usage

Two named monthly series ("Series A" and "Series B") plotted across Jan-Jun at the md preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series rendered as a cashflow-timeline chart at the md size preset.
```

## 13-Week Cash Forecast

The classic treasury 13-week direct cash forecast plotting weekly receipts against disbursements.

```example
file: examples/ThirteenWeekForecast.ts
html: examples/ThirteenWeekForecast.html
title: 13-Week Cash Forecast
description: Weekly receipts versus disbursements across a rolling 13-week horizon.
```

## Running Cash Balance by Activity

Monthly net cash flow split into operating, investing and financing activities with a one-off investing outflow.

```example
file: examples/RunningCashBalance.ts
html: examples/RunningCashBalance.html
title: Running Cash Balance by Activity
description: Operating, investing and financing cash flows over the first half of the year.
```

```api
```
