# XWUIChartCommunityGraph

A community graph: a fixed-type wrapper around `XWUIChart` that lays out a network of
nodes and edges and highlights densely connected communities, so tightly linked groups
visually cluster apart from the rest. 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
surface group structure in relationship or connection data.

## Basic Usage

Two monthly `{ x, y }` series fed to the community graph renderer at the medium size
preset, laid out as a community-clustered network.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two {x, y} series rendered through the community-graph layout type.
```

## Forum Activity by Topic

Monthly post counts across discussion topics for two boards, clustered as a community network.

```example
file: examples/ForumActivity.ts
html: examples/ForumActivity.html
title: Forum Activity by Topic
description: Posts per topic for two forum boards laid out as a clustered community network.
```

## Repository Contributions

Commit counts per service area for two engineering teams as a community-clustered graph.

```example
file: examples/RepoContributions.ts
html: examples/RepoContributions.html
title: Repository Contributions
description: Commits per service area for two teams, surfacing which areas each team clusters around.
```

```api
```
