when hover on the area chart , no events are triggered.
I already raised the ticket for area chart hover issue, so you given one solution .
but, after add the triggerEvents in area and stacked area chart, no events are triggered as your suggestion used
I added in my code , you can check
Here the problem is , you are giving the events for circle of top of each area chart part only , not for area chart part
Version
5.5.0
Link to Minimal Reproduction
https://github.com/karthik-noveau/e-charts
Steps to Reproduce
Current Behavior
when hover on the area chart , no events are triggered.
I already raised the ticket for area chart hover issue, so you given one solution . but, after add the triggerEvents in area and stacked area chart, no events are triggered as your suggestion used I added in my code , you can check
Here the problem is , you are giving the events for circle of top of each area chart part only , not for area chart part
this is the previous raised ticket: https://github.com/apache/echarts/issues/19736
Expected Behavior
Environment
Any additional comments?
No response