# XWUIChartLinear

A linear chart backed by `XWUIChart` that plots series on a plain linear scale with no per-variant configuration overhead, the baseline view when you just want straight value-to-pixel mapping. 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 - plotted on a linear scale.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn on a linear scale at the md preset.
```

## Website Traffic

Monthly sessions for two acquisition channels across a full year, with organic search steadily overtaking paid ads.

```example
file: examples/WebsiteTraffic.ts
html: examples/WebsiteTraffic.html
title: Website Traffic
description: Organic vs paid sessions over twelve months on a linear scale.
```

## City Temperature

Average monthly high temperatures for two cities drawn as dashed lines, contrasting a cold and a hot climate.

```example
file: examples/CityTemperature.ts
html: examples/CityTemperature.html
title: City Temperature
description: Oslo vs Cairo monthly highs as dashed linear trends.
```

```api
```
