mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 19:24:10 +01:00
fix: typo issue
This commit is contained in:
@@ -89,12 +89,12 @@ export interface MermaidConfig {
|
|||||||
*/
|
*/
|
||||||
maxEdges?: number;
|
maxEdges?: number;
|
||||||
/**
|
/**
|
||||||
* Elk specific option that allows egdes to share path where it convenient. It can make for pretty diagrams but can also make it harder to read the diagram.
|
* Elk specific option that allows edges to share path where it convenient. It can make for pretty diagrams but can also make it harder to read the diagram.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
'elk.mergeEdges'?: boolean;
|
'elk.mergeEdges'?: boolean;
|
||||||
/**
|
/**
|
||||||
* Elk specific option affedcting how nodes are placed.
|
* Elk specific option affecting how nodes are placed.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
'elk.nodePlacement.strategy'?: 'SIMPLE' | 'NETWORK_SIMPLEX' | 'LINEAR_SEGMENTS' | 'BRANDES_KOEPF';
|
'elk.nodePlacement.strategy'?: 'SIMPLE' | 'NETWORK_SIMPLEX' | 'LINEAR_SEGMENTS' | 'BRANDES_KOEPF';
|
||||||
|
|||||||
Reference in New Issue
Block a user