react-apexcharts
react-apexcharts copied to clipboard
How to remove bullet points from legend in Radial Bar Chart
Found solution add this inside legend:
markers: {
width: 0,
height: 0,
},
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.