Skip to content

Commit

Permalink
feat: add base value spacing for elk.layered algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
junkisai committed Dec 12, 2024
1 parent 0399ad1 commit 2b33664
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { convertNodesToElkNodes } from './convertNodesToElkNodes'
const elk = new ELK()
const layoutOptions: LayoutOptions = {
'elk.algorithm': 'org.eclipse.elk.layered',
'elk.layered.spacing.baseValue': '32',
}

type Params = {
Expand Down

0 comments on commit 2b33664

Please sign in to comment.