# XWUIChartForest

A forest chart variant backed by `XWUIChart` that lays out point estimates with their confidence intervals on a common scale, the standard plot for meta-analyses and comparing effects across studies or groups. 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, arranged as a forest plot.

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

## Clinical Meta-Analysis

Risk ratios from seven thrombolysis trials plus the pooled estimate, the textbook forest-plot view of an effect across studies.

```example
file: examples/ClinicalMetaAnalysis.ts
html: examples/ClinicalMetaAnalysis.html
title: Clinical Meta-Analysis
description: Per-trial 30-day mortality risk ratios with a pooled estimate, labelled and interactive.
```

## A/B Experiment Lift

Eight checkout experiments ranked by conversion lift on one common scale, including a negative result.

```example
file: examples/ExperimentLift.ts
html: examples/ExperimentLift.html
title: A/B Experiment Lift
description: Relative conversion lift per experiment on a shared percentage scale.
```

```api
```
