# XWUICardChartKPISparkline

A compact KPI-card sparkline backed by `XWUIChart` that pairs a headline metric with a small inline trend line, sized for dashboard tiles that need a quick read on direction rather than a fully axis-labelled chart. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) variant plus a `size` preset; legend and grid auto-toggle per block unless overridden.

## Basic Usage

Two named monthly series - `Series A` climbing 30→64 and `Series B` climbing 22→52 across Jan-Jun - rendered as paired sparklines.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as a KPI-card sparkline at the md preset.
```

## Daily Active Users

A dashboard tile pairing today's DAU headline with a 14-day sparkline that trends gently upward.

```example
file: examples/DailyActiveUsers.ts
html: examples/DailyActiveUsers.html
title: Daily Active Users
description: A 14-day daily-active-users trend drawn as a compact KPI sparkline.
```

## Weekly MRR

Monthly recurring revenue over twelve weeks shown as a headline number plus a small trend line.

```example
file: examples/WeeklyMRR.ts
html: examples/WeeklyMRR.html
title: Weekly MRR
description: Twelve weeks of monthly recurring revenue as a KPI-card sparkline.
```

```api
```
