Add BRANDES_KOEPF node placement strategy default value

This commit is contained in:
Knut Sveidqvist
2024-08-28 13:35:51 +02:00
parent 06310faa32
commit 63e9194c5d
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ const config: RequiredDeep<MermaidConfig> = {
elk: {
// mergeEdges is needed here to be considered
mergeEdges: false,
nodePlacementStrategy: 'BRANDES_KOEPF',
},
themeCSS: undefined,