# XWUIChartVolcano

A volcano plot backed by `XWUIChart` that scatters effect size against statistical significance, the standard view for picking out the few points that are both large and significant. 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 series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - scattered as a volcano plot.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two series drawn as a volcano plot at the md preset.
```

## Differential Gene Expression

An RNA-seq volcano where fold-change and significance together push the genes worth studying into the top corners.

```example
file: examples/GeneExpression.ts
html: examples/GeneExpression.html
title: Differential Gene Expression
description: 28 genes scattered by log2 fold-change against -log10 p-value with crosshair and grid.
```

## A/B Test Metric Lift

Experiment metrics plotted by percent lift versus significance so the real winners separate from the noise.

```example
file: examples/ABTestMetrics.ts
html: examples/ABTestMetrics.html
title: A/B Test Metric Lift
description: 24 product metrics as a volcano of percent lift against -log10 p-value.
```

```api
```
