# XWUIChartInterval

An interval chart variant backed by `XWUIChart` that draws a low-to-high range at each category, the right pick for floating bars, min/max spans, or confidence ranges. Provide named `series` of `{ x, y }` points and choose a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series (Series A and Series B), each spanning Jan through Jun, drawn as interval ranges.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two six-month series rendered as an interval chart at the md preset.
```

## Daily Temperature Range

A week of daily low-to-high temperature bands with each day's midday reading marked.

```example
file: examples/WeeklyTemperature.ts
html: examples/WeeklyTemperature.html
title: Daily Temperature Range
description: Seven days of low/high temperature bands (°C) for one city at the lg preset.
```

## 52-Week Price Range

Per-ticker 52-week low-to-high price bands with the latest close marked inside each.

```example
file: examples/StockRange.ts
html: examples/StockRange.html
title: 52-Week Price Range
description: 52-week low/high price bands for six large-cap tickers with the latest close marked.
```

```api
```
