# XWUIChartJitteredScatter

A scatter-family chart variant backed by `XWUIChart` that adds small random offsets to `{ x, y }` points so overlapping observations separate, revealing density that a plain scatter would hide behind coincident dots. Provide a `series` of observation points and choose a `block` (1-4) and `size` preset.

## Basic Usage

A single "Observations" series of 30 randomized points, jittered to reduce overplotting.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A single series of 30 random observations drawn as a jittered scatter at the md preset.
```

## Salary by Department

Annual salaries for three departments, each jittered within its own x band to expose spread.

```example
file: examples/SalaryByDepartment.ts
html: examples/SalaryByDepartment.html
title: Salary by Department
description: Engineering, sales, and support salaries jittered within department bands at the lg preset.
```

## Reaction Times by Group

Measured reaction times for a placebo and a caffeine group, jittered within each group.

```example
file: examples/ReactionTimes.ts
html: examples/ReactionTimes.html
title: Reaction Times by Group
description: Placebo versus caffeine reaction times (ms), jittered within each group.
```

```api
```
