# XWUIChartSparkline

A sparkline: a fixed-type wrapper around `XWUIChart` that draws a tiny, axis-light line meant
to sit inline with text or inside a table cell, conveying the shape of a trend in a small
footprint. Pass your data as `series` of `{ x, y }` values plus an optional `block` preset
(1-4) and `size` (`sm` / `md` / `lg`); the shared block config also forwards
legend, grid, axis, data-label, and tooltip toggles. Use it for compact at-a-glance trends
in dashboards and lists.

## Basic Usage

Two named series of monthly values rendered as compact sparklines at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as inline mini-trends via the sparkline chart type.
```

## 14-Day Price Trend

A single dense closing-price series as a tiny, axis-free watchlist sparkline.

```example
file: examples/StockTrend.ts
html: examples/StockTrend.html
title: 14-Day Price Trend
description: Fourteen daily closing prices drawn as a compact sparkline with axes, grid, and legend hidden so only the trend shape shows.
```

## 24-Hour CPU Load

Hourly CPU utilization as a small dashboard tile that highlights the daily peak.

```example
file: examples/ServerLoad.ts
html: examples/ServerLoad.html
title: 24-Hour CPU Load
description: Twelve hourly CPU readings as a minimal sparkline whose rise-and-fall shape marks the midday load peak.
```

```api
```
