# XWUIChartSpider

A spider (radar) chart: a fixed-type wrapper around `XWUIChart` that plots each series as a closed polygon over shared radial axes, one spoke per x-category, so multiple series can be compared across several dimensions at once. Pass `{ series }` plus an optional `block` preset (1-4) and `size`. Use it to compare multi-attribute profiles - strengths and weaknesses across categories on a single radial grid.

## Basic Usage

This example renders two series (Series A and Series B) of six monthly values (Jan-Jun) as two overlaid polygons across six radial spokes, at medium size.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as overlaid radial polygons across six spokes, so each month's value is read along its own spoke.
```

## Compact SUV Spec Comparison

Two crossover SUVs scored 0-100 across six buyer-relevant attributes, overlaid so their strengths and trade-offs are easy to weigh.

```example
file: examples/CompactSUVComparison.ts
html: examples/CompactSUVComparison.html
title: Compact SUV Spec Comparison
description: RAV4 Hybrid versus CR-V Hybrid as two polygons across fuel economy, cargo, acceleration, safety, tech, and comfort.
```

## Esports Player Skill Profiles

Three pro FPS players rated across seven in-game skill dimensions, where each polygon's shape exposes the player's specialization.

```example
file: examples/EsportsPlayerProfiles.ts
html: examples/EsportsPlayerProfiles.html
title: Esports Player Skill Profiles
description: Phantom, Vortex, and Blaze compared across seven skill axes from aim to consistency on a shared radial grid.
```

```api
```
