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 Bar Chart

Source: Data Visualisation Catalogue - Radial Bar Chart

Why This Belongs In The Compiler Gallery

Radial bar charts reuse the direct generated-path surface added for polar charts, but they encode values as sweep length along concentric tracks rather than radial sector height.

Data Contract

Each raw row is one ordered category value.

FieldTypePurpose
channelcategoricalBar category and legend key.
valuequantitativeQuantity encoded by arc sweep.
pathDtext, derivedGenerated annular value arc path.
trackPathDtext, derivedGenerated full-track annular path.
innerRadius, outerRadiusquantitative, derivedRing placement.
endAnglequantitative, derivedValue-derived sweep endpoint.

Compiler Mapping

Compiler partMapping
Data sourcechannel-progress raw rows and derived radial-bars.
Transformlayout with layoutKind: "radialBars".
Scalescolor: ordinal(channel).
LayersContext track paths, value arc paths, labels, and color legend.
GuidesGenerated track rings and value labels.

Faithfulness Notes

The compiler now owns radial-bar track and arc geometry. Remaining work is polar-axis guide generation, richer start/end angle presets, and label collision handling for dense or small arcs.