apexcharts / react-apexcharts

📊 React Component for ApexCharts
https://apexcharts.com
MIT License
1.32k stars 159 forks source link

How to know which radial circle clicked in multiple radial bar #508

Closed sibinx7 closed 3 months ago

sibinx7 commented 1 year ago

I have one chart with multiple radial bars. I have custom

datalabels: {
     value {
         formatter: function(value, opt){
           return <CUSTOM VALUE>
         }
    }
}

I need to show distance and walk in km and steps. I want to know which radial I selected like a series index. Currently, the second argument is config and global. Is there any variable or anything available to indicate which radial bar clicked

https://apexcharts.com/vue-chart-demos/radialbar-charts/multiple-radialbars/

Thanks in advance

github-actions[bot] commented 3 months ago

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.