# XWUIChartClimateGraph

A climate graph (climograph): a fixed-type wrapper around `XWUIChart` that combines a
location's monthly temperature and precipitation on one chart so seasonal patterns in
both read together. Pass `series` of `{ x, y }` data (here one series for temperature
and one for rainfall) plus a `block` preset (1-4) and `size`
(`sm` / `md` / `lg`); the shared block config also exposes legend, grid,
axis, data-label, and tooltip-formatter toggles. Use it to summarize a place's climate
across the year in a single view.

## Basic Usage

Two monthly `{ x, y }` series (temperature and rainfall, Jan-Jun) fed to the climate
graph renderer at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Monthly temperature and rainfall series combined through the climate graph type.
```

## Marrakesh Climate

A hot semi-arid location where summer heat and near-zero summer rainfall pull apart.

```example
file: examples/MarrakeshClimate.ts
html: examples/MarrakeshClimate.html
title: Marrakesh Climate
description: Hot semi-arid climograph with data labels contrasting rising temperature against vanishing summer rain.
```

## Reykjavik Climate

A subpolar oceanic location with a narrow temperature band and steady year-round rain.

```example
file: examples/ReykjavikClimate.ts
html: examples/ReykjavikClimate.html
title: Reykjavik Climate
description: Subpolar oceanic climograph showing a cool, compressed temperature range over damp, evenly-spread rainfall.
```

```api
```
