antvis/G6



The issue has been closed
Settting the inner and outer layout for a ComboCombined layout causes the combos to overlap even when relayout is true #5030
bsansone posted onGitHub
Describe the bug
Settting the inner and outer layout for a ComboCombined layout causes the combos to overlap even when relayout is true
Your Example Website or App
https://codesandbox.io/s/combo-combined-prevent-overlap-yqjtps
Steps to Reproduce the Bug or Issue
- Go to https://codesandbox.io/s/combo-combined-prevent-overlap-yqjtps
- Double click on a combo to expand it
- Notice that it overlaps the other nodes and combos, it also does not seem to relayout many of the nodes at all
Expected behavior
I expect that when a combo is expanded, it should prevent intself from overlapping other nodes and combos when relayout
is set to true
. This seems to work "ok" when you have the layout type set to just comboCombined
without using outerLayout
and innerLayout
.
Screenshots or Videos
Screencast from 10-05-2023 10:43:31 AM.webm
Platform
- OS: Ubuntu Linux
- Browser: Chrome
- Version: 116.0.5845.187 (Official Build) (64-bit)
Additional context
No response