echarts
echarts copied to clipboard
hovered target is not get properly
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"
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