# XWUIChartHalfLife

A half-life chart variant backed by `XWUIChart` that traces exponential decay over time, the shape for showing how a quantity falls toward zero and how long each halving takes. It inherits the shared chart-block contract, so provide named `series` of `{ x, y }` points and choose a `block` (1-4) and `size` preset with no per-variant configuration overhead.

## Basic Usage

Two named monthly series (Series A and Series B), each spanning Jan through Jun, plotted as decay curves.

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

## Radioisotope Decay

Two medical isotopes decaying from full activity, contrasting iodine-131's slow fall with the rapid technetium-99m.

```example
file: examples/IsotopeDecay.ts
html: examples/IsotopeDecay.html
title: Radioisotope Decay
description: Remaining activity of two isotopes with very different half-lives.
```

## Drug Plasma Clearance

A drug's plasma concentration falling over 24 hours after one dose, each halving marking the elimination half-life.

```example
file: examples/DrugClearance.ts
html: examples/DrugClearance.html
title: Drug Plasma Clearance
description: Single-dose pharmacokinetic decay as a dashed concentration curve.
```

```api
```
