apache / echarts

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

The Sunburst's double click event doesn't work on Android phone #17187

Open dominikj111 opened 2 years ago

dominikj111 commented 2 years ago

Version

5.3.2, ..., 5.5.0

Link to Minimal Reproduction

https://jsfiddle.net/dominikj111/u8gnpewb/8/

Steps to Reproduce

Do double click on any chart's segment.

Current Behavior

The browser console renders the 'click' word only.

Expected Behavior

The browser console should to render the 'click' word twice and 'double click' as well.

Environment

- OS: Android 9
- Browser: Samsung Internet 17.0.4.3, Firefox 126.0.1, Chrome 102.0.5005.78
github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

dominikj111 commented 3 months ago

Still an issue on Apache Echarts version 5.5.0, Android 9, Firefox 126.0.1. I just recreated the example under the jsfiddle.net/dominikj111.