# XWUIChartDataTableSparkline

A data-table-with-sparklines chart: a fixed-type (`type: 'dataTableSparkline'`)
wrapper around `XWUIChart` that renders the `series` as a table where each row carries
a compact inline sparkline of its trend alongside the values. Pass `series` of
`{ x, y }` values plus a `block` preset (1-4) and `size` (`sm` / `md` /
`lg`). Use it when a table needs a per-row mini-trend without a separate chart.

## Basic Usage

Two monthly series rendered as table rows with inline sparklines at the medium size
preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two {x, y} series shown as a table with per-row sparklines via the dataTableSparkline chart type.
```

## Server CPU Trends

Per-host daily peak CPU over a week, each row a sparkline, with an alert threshold line.

```example
file: examples/ServerCpuTrends.ts
html: examples/ServerCpuTrends.html
title: Server CPU Trends
description: Weekly peak-CPU sparklines for three hosts with values shown and an 80% alert guide line.
```

## Stock Watchlist Trends

Ten-session closing prices for three tickers as inline sparklines beside their latest values.

```example
file: examples/StockWatchlist.ts
html: examples/StockWatchlist.html
title: Stock Watchlist Trends
description: Per-ticker 10-day price sparklines at large size contrasting a rising, a falling, and a ranging stock.
```

```api
```
