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
示例地址: https://g2.antv.antgroup.com/examples/interaction/interaction/#tooltip-render
修改代码,增加x轴slider 配置
chart .interval() .data({ type: 'fetch', value: 'https://gw.alipayobjects.com/os/bmw-prod/fb9db6b7-23a5-4c23-bbef-c54a55fee580.csv', }) .transform([{ type: 'sortX', by: 'y', reverse: true, slice: 5 }]) .encode('x', 'letter') .encode('y', 'frequency') .slider({ x: {}, });
初始情况下tooltip是正常的,但是只需要更改slider范围后,tooltip就保持最后的提示不变了。
修复思路,可能slider变化之后需要移除tooltip交互重新添加tooltip
The text was updated successfully, but these errors were encountered:
嗯嗯,这个问题和自定义 tooltip 内容有关,会在这周修复。
Sorry, something went wrong.
pearmini
Successfully merging a pull request may close this issue.
示例地址: https://g2.antv.antgroup.com/examples/interaction/interaction/#tooltip-render
修改代码,增加x轴slider 配置
初始情况下tooltip是正常的,但是只需要更改slider范围后,tooltip就保持最后的提示不变了。
修复思路,可能slider变化之后需要移除tooltip交互重新添加tooltip
The text was updated successfully, but these errors were encountered: