Donut Chart toggleDataPointSelection data:pieClicked property not triggered properly.
Context: <apexchart ref="donutChart" height="100%" width="100%" class="donut" :options="chartOptions" :series="series" @dataPointSelection="handleClick" >
https://github.com/user-attachments/assets/d018d184-18d7-42e0-a8c0-98eb724b822e
If the user directly clicks/triggers the dataPointSelection - the data:pieClicked property and other related built in events do not work as compared to having an external / custom Legend - and the user triggers the dataPointSelection from that component.
more context: this is manually toggling the dataPointSelection
Additional context:
bump
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.