Static documentation

Data Visualisation Catalogue Gallery

Rendered markdown notes for the catalogue review, compiler mapping, implementation tracker, and chart method specs.

38 chart methods
10 with reference assets
43 documents

Radar Chart

Source: Data Visualisation Catalogue - Radar Chart

Why This Belongs In The Compiler Gallery

Radar charts are the simplest useful polar-axis chart left in the catalogue set. They prove the compiler can generate radial axes, guide rings, and closed multivariate profile polygons from raw metric rows.

Data Contract

Each raw row is one series/metric score.

FieldTypePurpose
regioncategoricalProfile series and legend key.
metricordinalRadial axis.
scorequantitativeDistance from center on the metric axis.
pathDtext, derivedGenerated closed polygon or ring path.
x, yquantitative, derivedVertex point coordinates.
axisIndexquantitative, derivedStable metric order for path construction.

Compiler Mapping

Compiler partMapping
Data sourcescores raw metric rows, derived radar-axes, radar-rings, radar-polygons, and radar-points.
Transformlayout with layoutKind: "radarAxes", "radarRings", "radarPolygons", and "radarPoints".
Scalescolor: ordinal(series).
LayersRing paths, radial axis lines, axis labels, closed profile paths, and vertex points.
GuidesCompiler-generated guide rings, radial axes, and color legend.

Faithfulness Notes

The core radar anatomy is compiler-owned now. Remaining work is a general polar coordinate system, label collision policies, axis title placement, and optional filled/outlined profile styling presets.