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

Donut Chart toggleDataPointSelection data:pieClicked property not triggered properly.

Open Hewsman opened this issue 1 year ago • 1 comments

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 avatar Oct 03 '24 11:10 Hewsman

bump

Hewsman avatar Oct 07 '24 05:10 Hewsman

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 Dec 06 '24 14:12 github-actions[bot]