# XWUIChartCrossfilterDashboard

A crossfilter dashboard: a fixed-type (`type: 'crossfilterDashboard'`) wrapper around
`XWUIChart` that presents several coordinated views of the same `series` so a
selection in one view filters the others, in the style of a crossfilter dashboard.
Pass `series` of `{ x, y }` values plus a `block` preset (1-4) and `size`
(`sm` / `md` / `lg`); legend, grid, axis, and interactivity toggles come
from the shared block config. Use it for exploratory, linked-filter views of a
single dataset.

## Basic Usage

Two monthly series fed to the linked crossfilter dashboard at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two {x, y} series shown as coordinated, cross-filtering views via the crossfilterDashboard chart type.
```

## Orders by Hour and Channel

Three acquisition-channel series of hourly checkout volume for linked, brushable exploration of an online store.

```example
file: examples/OrdersByHourChannel.ts
html: examples/OrdersByHourChannel.html
title: Orders by Hour and Channel
description: Web, mobile-app, and paid-social order counts by hour, large interactive size with an evening-peak marker.
```

## Departure Delay by Cause

A single airline dataset split into weather, carrier, and late-aircraft delay causes across twelve months.

```example
file: examples/FlightDelayCauses.ts
html: examples/FlightDelayCauses.html
title: Departure Delay by Cause
description: Monthly average delay minutes by root cause with hollow points and a summer-congestion region band.
```

```api
```
