# XWUIChartPivotMicrocharts

XWUIChartPivotMicrocharts wraps XWUIChart with the chart `type` fixed to `'pivotMicrocharts'`, turning each `{series}` into a compact micro-chart suited to a pivot-table or dashboard cell. Use it when you want at-a-glance trend sparks for many series in a dense grid rather than one large detailed plot. Configure it with `block` (1-4, clamped) to pick the variant layout and `size` (`sm`, `md`, or `lg`) to set the dimensions.

## Basic Usage

This example feeds two monthly series (Series A and Series B, Jan-Jun) at medium size, rendering each as a small pivot micro-chart.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series (Series A and Series B, Jan-Jun) shown as compact pivot micro-charts at medium size.
```

## Regional Monthly Revenue KPIs

Three regional sales lines are tracked across Jan-Jun, giving each region its own revenue spark for quick side-by-side KPI scanning.

```example
file: examples/RegionalRevenueKPIs.ts
html: examples/RegionalRevenueKPIs.html
title: Regional Monthly Revenue KPIs
description: North America, Europe, and Asia Pacific monthly revenue as per-region pivot micro-charts.
```

## Product-Line Gross Margin by Quarter

Four product lines each get a quarterly gross-margin micro-chart so a finance dashboard can compare profitability trends at a glance.

```example
file: examples/GrossMarginByQuarter.ts
html: examples/GrossMarginByQuarter.html
title: Product-Line Gross Margin by Quarter
description: Hardware, Software, Services, and Accessories gross margin percentage across four quarters.
```

```api
```
