# XWUIChartGlobe

A globe chart variant backed by `XWUIChart` that places data on a rotatable 3D sphere, the natural projection for worldwide points, arcs, or flows where a flat map would distort distance. Provide named `series` of `{ x, y }` points and choose a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series (Series A and Series B), each spanning Jan through Jun, supplied as the globe sample data.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two six-month series rendered with the globe variant at the md preset.
```

## Global Hub Traffic

The world's busiest airport hubs placed on the rotatable globe and sized by annual passenger volume.

```example
file: examples/FlightTraffic.ts
html: examples/FlightTraffic.html
title: Global Hub Traffic
description: Major airport hubs on the globe, sized by yearly passenger millions.
```

## Cable Landing Traffic

Submarine-cable landing stations on the globe, each sized by terabit-per-second capacity, marking the internet's choke points.

```example
file: examples/SubmarineCables.ts
html: examples/SubmarineCables.html
title: Cable Landing Traffic
description: Submarine-cable landings on the globe sized by aggregate Tbps capacity.
```

```api
```
