# XWUIChartTimeSeriesLine

A time-series line chart: a fixed-type wrapper around `XWUIChart` (`type: 'timeSeriesLine'`)
that plots one or more named `series` of `{ x, y }` points as connected lines over a shared
time axis. Pass a `block` preset (1-4) and `size` (`sm` / `md` / `lg`), and tune the
stroke with `lineWeight`, `lineStyle`, `lineArrows`, or stack series in depth with
`stackSeriesInZ`. Use it to compare trends across periods, such as monthly metrics for several
data sets at once.

## Basic Usage

Two named series of monthly values rendered as time-series lines at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly {x, y} series drawn as connected lines on a shared time axis.
```

## Server CPU Utilization

Hourly CPU load for a web and an API host across a 24-hour window, with an interactive crosshair and a percent unit highlighting peak-traffic periods.

```example
file: examples/ServerCpuUtilization.ts
html: examples/ServerCpuUtilization.html
title: Server CPU Utilization
description: Hourly CPU load (%) for two hosts with crosshair and percent unit.
```

## Stock Close Prices

Weekly closing prices for two tickers over a quarter, rendered with a dashed stroke, filled markers, and a dollar unit.

```example
file: examples/StockClosePrices.ts
html: examples/StockClosePrices.html
title: Stock Close Prices
description: Weekly close prices for two tickers as dashed lines in dollars.
```

```api
```
