mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-27 20:26:47 +02:00
add support for elk layout in mindmap
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
@@ -47,6 +47,10 @@ const registerDefaultLayoutLoaders = () => {
|
||||
name: 'tidy-tree',
|
||||
loader: async () => await import('./layout-algorithms/tidy-tree/index.js'),
|
||||
},
|
||||
{
|
||||
name: 'elk',
|
||||
loader: async () => await import('../../../mermaid-layout-elk/src/render.js'),
|
||||
},
|
||||
]);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user