# XWUIChartOrgChart

An org-chart from the graph family (it extends `XWUIChartGraph`, the graph-layout sibling of the Cartesian `XWUIChart`) that arranges nodes into a top-down reporting hierarchy of boxes and connectors. Supply hierarchical graph `nodes` and `links`; the basic example seeds it with placeholder `series` of `{ x, y }` points, and you also pick a `block` (1-4) variant plus a `size` preset.

## Basic Usage

Two placeholder series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - stand in for hierarchy data at the md preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: An org-chart variant seeded with two placeholder monthly series at the md preset.
```

## Hospital Department Hierarchy

A clinical reporting tree descending from the Chief Medical Officer through the Surgery, Medicine, and Emergency divisions to individual specialty units.

```example
file: examples/HospitalHierarchy.ts
html: examples/HospitalHierarchy.html
title: Hospital Department Hierarchy
description: Clinical chain of command from the Chief Medical Officer down to specialty units, lg preset.
```

## Government Ministry Org Tree

A public-sector governance tree splitting the Deputy Minister's policy and service portfolios from the Secretary General's administrative directorates.

```example
file: examples/MinistryOrgTree.ts
html: examples/MinistryOrgTree.html
title: Government Ministry Org Tree
description: Ministry structure from the Minister through deputies to operational directorates, block 3.
```

```api
```
