ChartSeries becomes a filled polygon, making it easy to compare profiles across categories.
Basic Usage
Minimal
Hide the polar grid for a cleaner look.Lines Only
Setfilled=False to render outlines without filled polygons, which can be easier to read when comparing multiple series.
API Reference
RadarChart Parameters
Data as a list of dicts, or a
{{ field }} interpolation reference.Series definitions — each becomes a filled polygon on the chart.
Data key for angular axis labels.
Chart height in pixels.
Fill the area inside each series polygon.
Show a dot at each data point.
Show a legend below the chart.
Show tooltips on hover.
Show polar grid lines.
Additional Tailwind CSS classes.
ChartSeries Parameters
Data field to plot — must match a key in the data dicts.
Display label for legends and tooltips. Defaults to the
data_key value.CSS color override. By default, colors cycle through the theme’s chart palette (
--chart-1 through --chart-5).Protocol Reference
RadarChart
ChartSeries