# XWUIChartLogarithmic

A logarithmic chart backed by `XWUIChart` that plots values on a log-scaled axis so wide-ranging magnitudes and exponential growth read clearly. 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 monthly series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - plotted on a logarithmic scale.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn on a logarithmic scale at the md preset.
```

## Seismic Energy by Magnitude

Radiated earthquake energy from magnitude 4 to 9, where the log axis turns 32x-per-step jumps into even grid spacing.

```example
file: examples/SeismicEnergy.ts
html: examples/SeismicEnergy.html
title: Seismic Energy by Magnitude
description: Joules of radiated energy per Richter magnitude on a log Y axis.
```

## Bacterial Colony Growth

Two strains with different doubling times over a 10-hour incubation, plotted so exponential growth reads as straight lines.

```example
file: examples/BacterialGrowth.ts
html: examples/BacterialGrowth.html
title: Bacterial Colony Growth
description: Fast and slow strains compared as slopes on a logarithmic CFU axis.
```

```api
```
