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
offsetX,offsetY不准确,fixSize是准确的,群组大小不能包裹住群组内的节点
demo地址: https://codesandbox.io/s/beautiful-dirac-wylrwm?file=/index.ts
The text was updated successfully, but these errors were encountered:
dagreCompound 布局目前针对 G6 进行了兼容优化,可能存在节点位置问题,我会跟进看下如何优化
Sorry, something went wrong.
总结: G6 和 X6 在节点位置渲染方面有差异,dagreCompound 采用 G6 节点中心为 x y 相对位置来计算,x6 节点是左下角为 x y 渲染,因此我们在 x6 中使用时需要手动复位节点位置,我在 demo 里增加了描述,可以参考看下 :) DEMO LINK
No branches or pull requests
offsetX,offsetY不准确,fixSize是准确的,群组大小不能包裹住群组内的节点
demo地址:
https://codesandbox.io/s/beautiful-dirac-wylrwm?file=/index.ts
The text was updated successfully, but these errors were encountered: