This widget shows a Pie chart from an array of value-label elements. Its size can be customizable.
Here's the most basic example
<ApexPie data={data} />
You can also customize other visual properties such as legend, size height and colors throug the corresponding props.
Also, you have access to more advance customization by exposing the underlining library apexcharts through chartOptionsOverrides prop.
Optional
Generated using TypeDoc
This widget shows a Pie chart from an array of value-label elements. Its size can be customizable.
Example
Here's the most basic example
Remarks
You can also customize other visual properties such as legend, size height and colors throug the corresponding props.
Also, you have access to more advance customization by exposing the underlining library apexcharts through chartOptionsOverrides prop.