Open
Description
Steps to reproduce:
- Integrate donut chart with
react-apexcharts
library in a NextJS webapp - add
dataPointMouseEnter
anddataPointMouseLeave
event to config and add a console log statement in the handler - Run the app
- Move muse quickly over donut slices
- Note that
dataPointMouseEnter
is called when mouse is moved quickly - But
dataPointMouseLeave
is not called when mouse is moved quickly
Metadata
Metadata
Assignees
Labels
No labels