Skip to content
New issue

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

Connceting cluster with arrow as a node ? #432

Open
HadiKutabi opened this issue Aug 12, 2022 · 1 comment
Open

Connceting cluster with arrow as a node ? #432

HadiKutabi opened this issue Aug 12, 2022 · 1 comment

Comments

@HadiKutabi
Copy link

is it possible to have one arrow going to a cluster and one arrow going out of it, while the cluster contains unconnected nodes ?

g.setNode('a', {label: 'A'});
g.setNode('b', {label: 'B'});
g.setNode('c', {label: 'C'});
g.setNode('d', {label: 'D'});
g.setNode('e', {label: 'E'});
g.setNode('f', {label: 'F'});
g.setNode('group', {label: 'Group', style: 'fill: #d3d7e8'});

g.setParent('c', 'group');
g.setParent('d', 'group');
g.setParent('e', 'group');

g.setEdge('a', 'b');
g.setEdge('b', 'group');
g.setEdge('group', 'f');

Thank you!

@HadiKutabi HadiKutabi changed the title Using cluster as a node ? Connceting cluster with arrow as a node ? Aug 12, 2022
@silentport
Copy link

@HadiKutabi Hi, I have also encountered a similar issue. Did you manage to resolve it later?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants