Skip to content

Pie

const Pie: ForwardRefExoticComponent<PieComponentProps & RefAttributes<ChartRef>>

Defined in: react/index.tsx:373

Pie chart React component. Use Donut for the ring variant.

<Pie data={traffic} mapping={{ labelField: 'source', valueField: 'visits' }} />