We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.2.2
https://echarts.apache.org/examples/zh/editor.html?c=line-simple
Set the following option, change browser to mobile mode (or test on mobile phone), move your mouse or finger on the chart and then release.
option = { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, yAxis: { type: 'value' }, tooltip: { show: true, hideDelay: 30, trigger: 'axis', }, series: [ { data: [150, 230, 224, 218, 135, 147, 260], type: 'line' } ] };
After mouseup, the tooltip is still there, even clicking the area outside the chart. Though it works on PC.
hide the tooltip after mouseup/finger move, or hideDelay should work here
- OS: - Browser: - Framework:
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
5.2.2
Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=line-simple
Steps to Reproduce
Set the following option, change browser to mobile mode (or test on mobile phone), move your mouse or finger on the chart and then release.
Current Behavior
After mouseup, the tooltip is still there, even clicking the area outside the chart. Though it works on PC.
Expected Behavior
hide the tooltip after mouseup/finger move, or hideDelay should work here
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: