mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
#2026 Fix for descriptions of composite states
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user