You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
Context:
<apexchart
ref="donutChart"
height="100%"
width="100%"
class="donut"
:options="chartOptions"
:series="series"
@dataPointSelection="handleClick"
>
2024-10-03.18-47-47.mp4
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:
The text was updated successfully, but these errors were encountered: