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
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: