# XWUIChartLinkedDashboardViews

A linked-dashboard-views chart backed by `XWUIChart` that renders coordinated series intended to brush and filter together across a dashboard. 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` (30→64) and `Series B` (22→52) across Jan-Jun - shown as linked dashboard views.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as linked dashboard views at the md preset.
```

## Sales Funnel

Visits, orders and conversion shown as three linked series across a week, so brushing a busy day traces traffic through to sales.

```example
file: examples/SalesFunnel.ts
html: examples/SalesFunnel.html
title: Sales Funnel
description: Weekly visits, orders and conversion as linked dashboard views.
```

## Ops Metrics

Latency, errors and throughput tracked together across a day, lining up the load peak with its matching error bump.

```example
file: examples/OpsMetrics.ts
html: examples/OpsMetrics.html
title: Ops Metrics
description: Hourly latency, errors and throughput as linked views.
```

```api
```
