Radar chart
Compare several profiles across the same set of normalized indicators.
Radar charts compare profiles across a shared set of indicators. Each data row defines one indicator through
label-field, while each c2-chart-series becomes a polygon drawn across those rows. Use a common max when
the indicators share a scale; omit it to let every indicator receive a padded automatic maximum.
Installation
npm install @c2n/chart echartsUsage
shape="polygon|circle" controls the grid, split-number its concentric divisions, and start-angle the
first indicator’s position. points="none" removes the vertex markers for a quieter comparison.
fill-opacity overrides --c2-chart__area--opacity for the profile fills.
Radar charts are most readable with three to eight indicators and a small number of profiles. When the axes are unrelated quantities, normalize them to a common score or let the chart auto-range each indicator rather than comparing raw values that only look commensurate.