mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-26 11:46:42 +02:00
Reversal of simple fix for grap directions flips
This commit is contained in:
@@ -364,8 +364,7 @@ export const extractor = (graph, depth) => {
|
||||
compound: true
|
||||
})
|
||||
.setGraph({
|
||||
rankdir: graphSettings.rankdir === 'TB' ? 'TB' : 'LR',
|
||||
// Todo: set proper spacing
|
||||
rankdir: graphSettings.rankdir === 'TB' ? 'LR' : 'TB', // Todo: set proper spacing
|
||||
nodesep: 50,
|
||||
ranksep: 50,
|
||||
marginx: 8,
|
||||
|
Reference in New Issue
Block a user