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
like this example https://antv-f2.gitee.io/zh/examples/line/multiple#series how to set the blue line showTooltipMarker: false while others true?
showTooltipMarker(type) { return boolean }
The text was updated successfully, but these errors were encountered:
more details ? did not understand what you want...
Sorry, something went wrong.
onShow: (obj) => { // 只显示一条线的marker return (obj.tooltipMarkerCfg.items = obj.tooltipMarkerCfg.items.slice(0, 1)); },
如果还有柱状图,要显示柱状图的提示背景,隐藏线图的marker,有没有办法做到?
No branches or pull requests
What problem does this feature solve?
like this example https://antv-f2.gitee.io/zh/examples/line/multiple#series
how to set the blue line showTooltipMarker: false while others true?
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: