# XWUIChartStarPlot

A star plot: a fixed-type wrapper around `XWUIChart` that renders each observation as a star/glyph whose radial spokes encode the per-category values, a compact way to compare multivariate profiles. Pass `{ series }` plus a `block` preset (1-4) and `size`. Use it to eyeball multi-dimensional patterns and outliers across categories at a glance.

## Basic Usage

This example renders two series (Series A and Series B) of six monthly values (Jan-Jun) as star glyphs whose six spokes encode each month's value, at medium size.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as star glyphs, each spoke length encoding one month's value so the overall shape reflects the series profile.
```

## Smartphone Spec Profiles

Two flagship phones scored 0-100 across six hardware dimensions, rendered as star glyphs so each phone's strengths jump out from the glyph shape.

```example
file: examples/SmartphoneSpecProfiles.ts
html: examples/SmartphoneSpecProfiles.html
title: Smartphone Spec Profiles
description: Galaxy Ultra versus Pixel Pro across battery, camera, display, performance, build quality, and value.
```

## Coffee Tasting Flavor Profiles

Three single-origin coffees rated 0-10 by a cupping panel across seven sensory notes, with each origin producing a distinctly shaped glyph.

```example
file: examples/CoffeeFlavorProfiles.ts
html: examples/CoffeeFlavorProfiles.html
title: Coffee Tasting Flavor Profiles
description: Ethiopia Yirgacheffe, Colombia Huila, and Sumatra Mandheling compared across acidity, body, sweetness, and four more notes.
```

```api
```
