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.
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.
Additional Tailwind CSS classes.
Protocol Reference
RadialChart