# XWUIChartBrushLinked

A chart variant backed by `XWUIChart` that pairs a main plot with a brushable overview, letting you drag-select a range to zoom and filter the detail view. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series rendered with a linked brush range selector.

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

## 90-Day Site Traffic

A long daily-sessions series with weekly seasonality, the dense data a brush selector is built for.

```example
file: examples/WebTraffic.ts
html: examples/WebTraffic.html
title: 90-Day Site Traffic
description: ~60 days of daily sessions with weekend dips and thinned axis labels.
```

## Intraday Price

Fifty intraday price ticks as a thin markerless line, ideal for drag-to-zoom inspection.

```example
file: examples/StockPrice.ts
html: examples/StockPrice.html
title: Intraday Price
description: ~50 intraday price ticks drawn markerless at block 2 for brushing.
```

```api
```
