# XWUIChartDensityCurve

A density-curve chart: a fixed-type (`type: 'densityCurve'`) wrapper around
`XWUIChart` that draws a smooth estimated-density curve (a KDE-style outline) over the
`series` instead of discrete bars. Pass `series` of `{ x, y }` values plus a `block`
preset (1-4) and `size` (`sm` / `md` / `lg`); legend, grid, axis, and
line-style toggles come from the shared block config. Use it to show the shape of a
distribution as a continuous curve.

## Basic Usage

Five generated rows of values drawn as smooth density curves at the medium size
preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Generated {x, y} rows rendered as smooth density curves via the densityCurve chart type.
```

## API Response Time Distribution

A single right-skewed density curve over measured API latencies, with an SLA threshold marked on the x-axis.

```example
file: examples/ResponseTimes.ts
html: examples/ResponseTimes.html
title: API Response Time Distribution
description: A right-skewed latency density curve in ms with a vertical SLA annotation, at the lg preset.
```

## Adult Height Distribution

Two overlapping bell curves comparing the height distributions of two populations.

```example
file: examples/HeightDistribution.ts
html: examples/HeightDistribution.html
title: Adult Height Distribution
description: Female and male height distributions drawn as two overlapping density curves with a legend.
```

```api
```
