This commit is contained in:
Knut Sveidqvist 2021-04-30 17:20:53 +02:00
parent 0185d75b05
commit 973369e7f1

View File

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