# XWUIChartClusterDiagram

A cluster diagram: a fixed-type wrapper around `XWUIChart` that groups related items
to show membership and the proximity between clusters, so structure and grouping read
at a glance. Pass `series` of `{ x, y }` data plus a `block` preset (1-4) and `size`
(`sm` / `md` / `lg`); the shared block config also exposes legend, grid,
axis, data-label, and tooltip-formatter toggles. Use it to reveal how items fall into
groups and how those groups sit relative to one another.

## Basic Usage

Two monthly `{ x, y }` series (Series A and Series B, Jan-Jun) fed to the cluster
diagram renderer at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two {x, y} series grouped into clusters through the cluster diagram type.
```

## Engineering Org Chart

A division-team-person reporting tree rendered as nested clusters.

```example
file: examples/EngineeringOrg.ts
html: examples/EngineeringOrg.html
title: Engineering Org Chart
description: An interactive org-chart hierarchy fanning a division into teams and their engineers.
```

## Project File Tree

A repository's folder structure expressed as a hierarchy of nodes.

```example
file: examples/ProjectFiles.ts
html: examples/ProjectFiles.html
title: Project File Tree
description: A source-repository file tree branching the root into folders and the files within.
```

```api
```
