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
使用dagre布局,不同layer的节点可能属于同一个combo,希望将相同combo的节点放在一起,保障combo内的节点一定是有相同group字段的。
www.test.com
1.使用dagre布局; 2.依据数据的group字段生成combo; 3.会出现combo圈中不相关的节点的情况
1.使用dagre布局; 2.依据数据的group字段生成combo; 3.保障combo内节点都有相同的group
No response
The text was updated successfully, but these errors were encountered:
非组内的节点一定在combo外。只不过重叠了。
Sorry, something went wrong.
能否有好的方式解决这种重叠问题呢?
我也想知道,如何让非combo内的节点不能拖入combo, 和combo内的节点不能被拖出combo
找到了,onlyChangeComboSize。 而且 drag-node 和 drag-combo 都要加
#5106
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
问题描述
使用dagre布局,不同layer的节点可能属于同一个combo,希望将相同combo的节点放在一起,保障combo内的节点一定是有相同group字段的。
重现链接
www.test.com
重现步骤
1.使用dagre布局;
2.依据数据的group字段生成combo;
3.会出现combo圈中不相关的节点的情况
预期行为
1.使用dagre布局;
2.依据数据的group字段生成combo;
3.保障combo内节点都有相同的group
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: