react-apexcharts icon indicating copy to clipboard operation
react-apexcharts copied to clipboard

How to remove bullet points from legend in Radial Bar Chart

Open vimalsonara opened this issue 1 year ago • 1 comments

image

vimalsonara avatar Dec 29 '23 09:12 vimalsonara

Found solution add this inside legend:

markers: {
        width: 0,
        height: 0,
      },

vimalsonara avatar Dec 29 '23 11:12 vimalsonara

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.

github-actions[bot] avatar Aug 02 '24 14:08 github-actions[bot]