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
1、v5版本拖拽node或combo后经常会出现node/combo的边框线条 2、用graph.removeNodeData、graph.layout后,重新布局也会出现线条
https://g6-next.antv.antgroup.com/zh/examples/layout/dagre/#antv-dagre-combo
🆕 5.x
macOS
Chrome
No response
The text was updated successfully, but these errors were encountered:
这个是由于底层渲染引擎脏矩形擦除不干净导致,可以先切换到 SVG 渲染器。Canvas 下近期无法修复该问题
Sorry, something went wrong.
关闭动画就没有问题了;切换到svg渲染在大数据量下会有性能问题吧?
No branches or pull requests
Describe the bug / 问题描述
1、v5版本拖拽node或combo后经常会出现node/combo的边框线条
2、用graph.removeNodeData、graph.layout后,重新布局也会出现线条
Reproduction link / 重现链接
https://g6-next.antv.antgroup.com/zh/examples/layout/dagre/#antv-dagre-combo
Steps to Reproduce the Bug or Issue / 重现步骤
1、拖动上面链接上的Combo能复现上面的问题G6 Version / G6 版本
🆕 5.x
Operating System / 操作系统
macOS
Browser / 浏览器
Chrome
Additional context / 补充说明
No response
The text was updated successfully, but these errors were encountered: