apexcharts / vue3-apexcharts

📊 Vue-3 component for ApexCharts
MIT License
314 stars 35 forks source link

Donut Chart toggleDataPointSelection data:pieClicked property not triggered properly. #122

Open Hewsman opened 1 month ago

Hewsman commented 1 month ago

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 image

Additional context: image

Hewsman commented 1 month ago

bump