mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-29 05:06:43 +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',
|
name: 'tidy-tree',
|
||||||
loader: async () => await import('./layout-algorithms/tidy-tree/index.js'),
|
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