fix: increase editor Dagre nodesep to 100, align ranksep with TreeFlow
This commit is contained in:
@@ -21,8 +21,8 @@ export function computePositions(
|
||||
const g = new dagre.graphlib.Graph()
|
||||
g.setGraph({
|
||||
rankdir: 'LR',
|
||||
nodesep: 50,
|
||||
ranksep: 240,
|
||||
nodesep: 100,
|
||||
ranksep: 200,
|
||||
marginx: 60,
|
||||
marginy: 60,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user