Pie
constPie:ForwardRefExoticComponent<PieComponentProps&RefAttributes<ChartRef>>
Defined in: react/index.tsx:373
Pie chart React component. Use Donut for the ring variant.
Example
Section titled “Example”<Pie data={traffic} mapping={{ labelField: 'source', valueField: 'visits' }} />