Charts - Polar Playground

Interactive playground for polar charts to experiment with props and configuration live.

#Usage

import { ChartPolar, ChartSvg, ChartTooltip, ChartXAxis, ChartYAxis } from '@primeui/vue-chart';
<ChartSvg>
    <ChartPolar :data="data" category-x-field="direction" value-y-field="value" />
    <ChartXAxis />
    <ChartYAxis />
    <ChartTooltip />
</ChartSvg>

Use the playground to compare inner radius, stacking, percent mode, colors, grid shape, and radial-axis settings. Use the examples for cyclical datasets with real labels.

#Playground

Loading Demo...