apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.58k stars 19.62k forks source link

no events are trigger when hover on the area chart and stacked area chart #19810

Closed karthik-noveau closed 7 months ago

karthik-noveau commented 7 months ago

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 , 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

image

Environment

- OS: macOs 
- Browser: chrome
- Framework: React Js

Any additional comments?

No response

plainheart commented 7 months ago

Duplicate of #19811