echarts icon indicating copy to clipboard operation
echarts copied to clipboard

hovered target is not get properly

Open karthik-noveau opened this issue 1 year ago • 0 comments

Version

5.5.0

Link to Minimal Reproduction

https://github.com/karthik-noveau/e-charts

Steps to Reproduce

npm start npm run hover on chart slice

Current Behavior

some times target is getting as "SVG"

image

Expected Behavior

but whenever i hover on the pie chart slice, mouseover param sholuld have the extact target of the hoverd slice "path" element

Environment

- OS:macOS
- Browser:chrome
- Framework:react js

Any additional comments?

No response

karthik-noveau avatar May 12 '24 12:05 karthik-noveau