# XWUIChartRankedDotPlot

A ranked dot plot: a fixed-type wrapper around `XWUIChart` that places one dot per
category along a value axis, ordered by magnitude so the highest- and lowest-ranked
items read at a glance. Pass your data as `series` of `{ x, y }` values plus an optional
`block` preset (1-4) and `size` (`sm` / `md` / `lg`); the shared block config
also forwards legend, grid, axis, data-label, and tooltip toggles. Use it as a cleaner
alternative to a bar chart when you mainly care about ranking.

## Basic Usage

Two named series of monthly values plotted as ranked dots at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series rendered as ranked dots via the rankedDotPlot chart type.
```

## Top Goal Scorers

Two seasons of striker goal tallies overlaid as ranked dots to show who rose and fell.

```example
file: examples/TopScorers.ts
html: examples/TopScorers.html
title: Top Goal Scorers
description: Premier League strikers ranked by goals across the 2023/24 and 2024/25 seasons.
```

## Cloud Market Share

A single-series ranking of public-cloud vendors by revenue share.

```example
file: examples/CloudMarketShare.ts
html: examples/CloudMarketShare.html
title: Cloud Market Share
description: The six largest cloud providers ranked by revenue share with interactive filled dots.
```

```api
```
