# XWUIChartLollipop

A lollipop chart backed by `XWUIChart` that marks each value with a dot on a thin stem, a lighter alternative to bars for comparing discrete categories. 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 - drawn as stemmed lollipops.

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

## City Air-Quality Index

Ten cities ranked by annual mean AQI, where stemmed lollipops keep a long ordered list legible.

```example
file: examples/AirQualityRanking.ts
html: examples/AirQualityRanking.html
title: City Air-Quality Index
description: A single-series ranking of cities from cleanest to most polluted air.
```

## Feature Adoption vs Target

Two lollipop series put each feature's measured adoption next to its quarterly target.

```example
file: examples/FeatureAdoption.ts
html: examples/FeatureAdoption.html
title: Feature Adoption vs Target
description: Measured-vs-target adoption gaps across six product features.
```

```api
```
