#2026 Fix for descriptions of composite states

This commit is contained in:
Knut Sveidqvist
2021-04-30 13:50:21 +02:00
parent fab98633a4
commit 2240333df1
11 changed files with 555 additions and 285 deletions

View File

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