This commit is contained in:
Knut Sveidqvist 2021-04-30 17:20:53 +02:00
parent 0185d75b05
commit 973369e7f1
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ export const extractor = (graph, depth) => {
compound: true
})
.setGraph({
rankdir: graphSettings.rankdir === 'TB' ? 'LR' : 'TB', // Todo: set proper spacing
rankdir: graphSettings.rankdir === 'TB' ? 'LR' : 'TB', // Todo: set proper spacing
nodesep: 50,
ranksep: 50,
marginx: 8,