# XWUIChartWordCloud

A word-cloud chart backed by `XWUIChart` that sizes each term by its weight and packs them into a cloud, a quick way to surface the most frequent or important words in a corpus. Provide named `series` of `{ x, y }` entries (label and weight) and pick a `block` (1-4) variant plus a `size` preset; legend and grid auto-toggle per block unless overridden.

## Basic Usage

Two named series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - whose values size the terms in the cloud.

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

## Programming Language Popularity

Sixteen languages from a developer survey, each term sized by how often it was named.

```example
file: examples/ProgrammingLanguages.ts
html: examples/ProgrammingLanguages.html
title: Programming Language Popularity
description: Survey language mentions as a word cloud, JavaScript and Python largest.
```

## Customer Review Themes

Recurring themes mined from product reviews, weighted by how often each was mentioned.

```example
file: examples/CustomerReviewThemes.ts
html: examples/CustomerReviewThemes.html
title: Customer Review Themes
description: Product-review themes sized by mention count, Shipping and Quality dominant.
```

```api
```
