Skip to content

Commit 16a15cf

Browse files
committed
manual layout tweaking (needs a better approach)
1 parent bebf35e commit 16a15cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function layoutNodes() {
3939
nodeDimensionsIncludeLabels: true,
4040
centerGraph: false,
4141
});
42-
unconnected.forEach((eles, i) => {eles.restore(); eles.position("x", 500); eles.position("y", 200 + i*50);});
42+
unconnected.forEach((eles, i) => {eles.restore(); eles.position("x", 250); eles.position("y", 200 + i*50);});
4343
cy_layout.run();
4444
}
4545

0 commit comments

Comments
 (0)