data_key for numeric values and name_key for labels. Adjust inner_radius to control how tight the rings are.
Basic Usage
Tight Rings
Increaseinner_radius to push rings outward, creating a tighter radial layout.
Semicircle
Adjuststart_angle and end_angle to render rings as a partial arc instead of a full circle. For example, start_angle=90 and end_angle=-270 produces a semicircle opening to the right.
Tooltip Formatting
Usevalue_format to format tooltip values with the same pipe strings as Prefab expressions and data table columns. Compact formatting keeps large radial values readable when users hover each ring.
API Reference
RadialChart Parameters
Data as a list of dicts, or a
{{ field }} interpolation reference.The data field containing numeric values to plot as ring lengths.
The data field containing labels for each ring.
Chart height in pixels.
Inner radius in pixels. Increase to push rings outward.
Starting angle in degrees for the radial layout.
Ending angle in degrees for the radial layout.
Show a legend below the chart.
Show tooltips on hover.
Format tooltip values with an expression pipe such as
currency, currency:EUR, percent:1, or compact:0.Additional Tailwind CSS classes.
Protocol Reference
RadialChart