Charts - Radar Playground
Interactive playground for radar charts to experiment with props and configuration live.
#Usage
import { ChartRadar, ChartSvg, ChartTooltip, ChartXAxis, ChartYAxis } from '@primeui/vue-chart';<ChartSvg>
<ChartRadar :data="data" category-x-field="metric" value-y-field="score" />
<ChartXAxis />
<ChartYAxis />
<ChartTooltip />
</ChartSvg>Use the playground to test curve, grid shape, fill, marker, stacked, and reference-band settings. Use the examples when the profile needs custom tooltip or annotation treatment.
#Playground
Loading Demo...