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的定位发生偏移
https://g6-next.antv.antgroup.com/examples/tool/tooltip/#tooltipPlugin
1.打开5.0示例文档中提示框示例 2.在 modes配置中增加 'zoom-canvas','drag-canvas',使示例可缩放和拖拽 3.先不进行任何操作,将鼠标移入节点查看和记录tooltip的postion位置 4.进行缩放,再次鼠标移入节点查看和记录tooltip的postion位置
tooltip 的 fixtoNode 可以不受画布缩放和拖拽的影响,更灵活的配置,并且希望增加一个topcenter,center等 定位参数
No response
The text was updated successfully, but these errors were encountered:
Hi @zyh0yh, Please star this repo if you find it useful! Thanks ⭐! 你好 @zyh0yh。如果该仓库对你有用,可以 star 一下,感谢你的 ⭐!
Sorry, something went wrong.
遇到了相似的问题,G6.TreeGraph changeSize api调用后,Tooltip的offset发生偏差,鼠标直接出现在了Tooltip里,导致鼠标一致悬停tooltip不再自动隐藏
This issue has been closed because it has been outdate for a long time. Please open a new issue if you still need help.
这个 issue 已经被关闭,因为 它已经过期很久了。 如果你仍然需要帮助,请创建一个新的 issue。
我也遇到了,你们怎么解决的
No branches or pull requests
Describe the bug
缩小和放大画布会导致tooltip的定位发生偏移
Your Example Website or App
https://g6-next.antv.antgroup.com/examples/tool/tooltip/#tooltipPlugin
Steps to Reproduce the Bug or Issue
1.打开5.0示例文档中提示框示例
2.在 modes配置中增加 'zoom-canvas','drag-canvas',使示例可缩放和拖拽
3.先不进行任何操作,将鼠标移入节点查看和记录tooltip的postion位置
4.进行缩放,再次鼠标移入节点查看和记录tooltip的postion位置
Expected behavior
tooltip 的 fixtoNode 可以不受画布缩放和拖拽的影响,更灵活的配置,并且希望增加一个topcenter,center等 定位参数
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: