# XWUIChartTagCloud

A tag cloud chart: a fixed-type wrapper around `XWUIChart` that lays out labels at sizes proportional to their weight, so the most significant terms appear largest. Supply `{ series }` whose values drive each tag's size plus a `block` preset (1-4) and `size`. Use it for a quick visual ranking of terms, categories, or keywords by frequency or importance.

## Basic Usage

This example turns the month labels of the two series, Series A and Series B, into a cloud where each month is sized by its value, so the heaviest of the six monthly entries (Jan through Jun) stand out largest at medium size.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: The two series' months rendered as a cloud, with each month sized by its two-series value.
```

## Programming Language Mentions

Each programming language is a tag sized by its share of developer-survey mentions, so the long-tail languages stay small while the most-used few dominate the cloud.

```example
file: examples/LanguagePopularity.ts
html: examples/LanguagePopularity.html
title: Programming Language Mentions
description: Twelve languages sized by their percentage of developer-survey mentions, ranking popularity at a glance.
```

## Product Review Keywords

Praise and complaint terms from running-shoe reviews share one cloud in two colors, each word sized by mention count, surfacing the dominant positive and negative themes at once.

```example
file: examples/ReviewKeywords.ts
html: examples/ReviewKeywords.html
title: Product Review Keywords
description: Positive and negative review words sized by frequency in two colors, showing what customers praise and criticize.
```

```api
```
