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
见官网案例
Tooltip 选择线无法作用于图中框选区域
应该不算 bug,不过体验不太好
The text was updated successfully, but these errors were encountered:
嗯嗯,确实不算 bug,体验也确实不好,可能得提供两种 tooltip 模式,让 tooltip 去响应 point,而不是 line。
Sorry, something went wrong.
什么时候解决?这个图中,line 只是一个标注,point 才是要去仔细看的数据。
官网案例
如果是这样的话,简单设置一下就好:
chart.line().tooltip(null); chart.interaction('tooltip', { series: false });
pearmini
Successfully merging a pull request may close this issue.
见官网案例
Tooltip 选择线无法作用于图中框选区域
The text was updated successfully, but these errors were encountered: