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

Radial Column Chart

Source: Data Visualisation Catalogue - Radial Column Chart

Why This Belongs In The Compiler Gallery

Radial column charts use equal angular bins and value-derived radial length. They exercise the same polar-sector compiler path as Nightingale rose charts, but with a visible inner baseline.

Data Contract

Each raw row is one ordered category value.

FieldTypePurpose
monthordinalColumn category and legend label.
valuequantitativeQuantity encoded by radial column length.
pathDtext, derivedGenerated annular column path.
innerRadius, outerRadiusquantitative, derivedRadial baseline and value-derived outer edge.
labelX, labelYquantitative, derivedValue label anchor coordinates.

Compiler Mapping

Compiler partMapping
Data sourcemonthly-index raw rows and derived columns.
Transformlayout with layoutKind: "polarSectors" and layoutMode: "equalAngleRadius".
Scalescolor: ordinal(month).
LayersAnnular path columns plus value labels.
GuidesGenerated color legend.

Faithfulness Notes

The core radial columns are compiler-owned now. Remaining work is true polar axes/rings and a linear-radius option for examples where length, not area, should carry the value.