apache / echarts

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

[Bug] highlight-action of SVG map only highlights one item #18417

Open tmtron opened 1 year ago

tmtron commented 1 year ago

Version

5.3.2

Link to Minimal Reproduction

echarts online editor example

Steps to Reproduce

Current Behavior

only one of the 2 SVG elements named "Item 1" will be highlighted

Expected Behavior

all SVG elements named "Item 1" should be highlighted

Environment

- OS: Windows
- Browser: Chrome
- Framework: Angular
- but we can also reproduce it in the e-charts online editor (see reproduction example above)

Any additional comments?

No response

Ovilia commented 1 year ago

This seems to be a bug. @tmtron Do you mind debugging to see what's wrong with it?