react-apexcharts
react-apexcharts copied to clipboard
How to pass donut size instead of container height/width
The top level component <ReactApexChart /> accepts height and width, but this is very not useful in case of a donut chart.
- Is there any way to pass donut size (radius), so that legends and other things space automatically.
- If no, how does 'donut radius' relate to 'width' taken by top level component?