Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Hewsman opened this issue Oct 3, 2024 · 1 comment

Comments

@Hewsman
Copy link

Hewsman commented Oct 3, 2024

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
image

Additional context:
image

@Hewsman
Copy link
Author

Hewsman commented Oct 7, 2024

bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant