Skip to content
Snippets Groups Projects
Commit 9be0800c authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Server: tweaked depsgraph drawing a bit

parent c5c841d2
No related branches found
No related tags found
No related merge requests found
...@@ -10,10 +10,11 @@ function depsgraph(canvas_id, nodes, edges) { ...@@ -10,10 +10,11 @@ function depsgraph(canvas_id, nodes, edges) {
layout: { layout: {
hierarchical: { hierarchical: {
direction: "RL", direction: "RL",
sortMethod: "directed", // sortMethod: "directed",
blockShifting: true, blockShifting: true,
edgeMinimization: true, edgeMinimization: true,
parentCentralization: true, parentCentralization: true,
levelSeparation: 250,
}, },
}, },
edges: { edges: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment