# XWUIChartMapRankingBars

A map-with-ranking-bars chart: a fixed-type wrapper around `XWUIChart` (resolving to the
`map` renderer) that pairs a spatial map view with a ranked-bar readout of the same
series, so you can see both *where* values fall and *how they rank*. Construct it with
`(container, data, conf_comp)` where data is `{ series, title?, nodes?, links? }`, then set
a `size` preset and a `block` (1-4) styling variant. Use it when a plain map needs an
accompanying leaderboard of the top places or categories.

## Basic Usage

Two named series of monthly values rendered through the map-ranking-bars chart type at the
md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two series fed to the map-ranking-bars chart type at the medium size.
```

## Top Goods Exporters

A ranked-bars leaderboard of the world's largest merchandise exporters in trillions of dollars.

```example
file: examples/TopExporters.ts
html: examples/TopExporters.html
title: Top Goods Exporters
description: Eight largest exporting nations ordered by export value.
```

## International Tourist Arrivals

The most-visited countries ranked by annual inbound tourists, the leaderboard view this variant is built for.

```example
file: examples/TouristArrivals.ts
html: examples/TouristArrivals.html
title: International Tourist Arrivals
description: Countries ranked by annual international tourist arrivals in millions.
```

```api
```
