Closed karthik-noveau closed 7 months ago
I didn't see you added the triggerLineEvent
option to the chart options from your repo.
Here is a demo.
I don't want trigger events in lines, i need to trigger the events on area chart and stacked area chart part
triggerLineEvent
doesn't only enable events for the line but also the area.
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 and stacked area chart , no events are triggered. but events are triggered in area and stacked area chart when hover on the circle on each area item of top of the area chart
Expected Behavior
I already raised the ticket for area chart hover issue, so you given one solution . but, after add the "triggerLineEvents" in area and stacked area chart, no events are triggered as your suggestion used I added in my code , you can check
I don't want trigger events in lines, i need to trigger the events on area chart and stacked area chart part
Here the problem is , you are giving the events for circle of top of each area chart part only , not for area chart part because my requirement is when hover on the area chart part, pattern should apply
so if you give the trigger events for area chart part, we can apply the pattern on hover by hover events
this is the previous raised ticket: https://github.com/apache/echarts/issues/19736
Environment
Any additional comments?
No response