# XWUIChartRateOfReaction

A rate-of-reaction chart: a fixed-type wrapper around `XWUIChart` that plots a measured
quantity against time so you can read how fast it changes and where it levels off, the
classic shape used in reaction-kinetics curves. Pass your data as `series` of `{ x, y }`
values plus an optional `block` preset (1-4) and `size` (`sm` / `md` / `lg`);
the shared block config also forwards legend, grid, axis, data-label, and tooltip toggles.
Use it for time-course measurements where the slope is the story.

## Basic Usage

Two named series of monthly progress values rendered as rate-of-reaction curves at the
md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series plotted as kinetic curves via the rateOfReaction chart type.
```

## Catalase Assay

O2 evolved from a catalase / hydrogen-peroxide reaction over time, compared at two temperatures to show how warming raises the initial rate.

```example
file: examples/CatalaseAssay.ts
html: examples/CatalaseAssay.html
title: Catalase Assay
description: Two temperature series of O2 evolution highlighting how heat speeds the reaction.
```

## Substrate Concentration

Initial reaction rate plotted against substrate concentration, tracing the saturating Michaelis-Menten kinetics curve with hollow data points.

```example
file: examples/SubstrateConcentration.ts
html: examples/SubstrateConcentration.html
title: Substrate Concentration
description: Initial rate vs substrate concentration drawn as a saturating kinetics curve.
```

```api
```
