# XWUIChartGeospatial3D

A geospatial 3D chart variant backed by `XWUIChart` that extrudes per-location values into 3D columns over a map base, conveying magnitude by height for spatially distributed data. Provide named `series` of `{ x, y }` points (location key and value) 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 geospatial sample data.

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

## Metro Populations

The world's largest metros extruded into 3D columns whose height encodes population, rotated for an isometric read.

```example
file: examples/CityPopulations.ts
html: examples/CityPopulations.html
title: Metro Populations
description: World metros as height-coded 3D columns sized by population.
```

## Data-Center Power Draw

Cloud regions as 3D columns sized by megawatt power consumption, an infrastructure capacity map.

```example
file: examples/DataCenterLoad.ts
html: examples/DataCenterLoad.html
title: Data-Center Power Draw
description: Cloud regions extruded by megawatt power draw, rotated and warm-toned.
```

```api
```
