karthik-noveau opened a new issue, #19811:
URL: https://github.com/apache/echarts/issues/19811

   ### Version
   
   5.5.0
   
   ### Link to Minimal Reproduction
   
   https://github.com/karthik-noveau/e-charts
   
   ### Steps to Reproduce
   
   1. clone this repository in local
   2. npm install
   3. npm start
   4. hover on area chart
   5. no events are triggered
   
   ### 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
   
   
![image](https://github.com/apache/echarts/assets/82690268/85fab73a-1059-4350-ab3b-e71948026bd3)
   
   
   ### Expected Behavior
   
   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
   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
   
   
![image](https://github.com/apache/echarts/assets/82690268/fc85d88e-00d3-4e1e-8be9-ac41ab998c1f)
   
   
   ### Environment
   
   ```markdown
   - OS: macOs 
   - Browser: chrome
   - Framework: React Js
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to