mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 06:20:07 +02:00
Support flowchart curve as option
This commit is contained in:
@@ -87,7 +87,9 @@ const config = {
|
||||
* **useMaxWidth** - Flag for setting whether or not a all available width should be used for
|
||||
* the diagram.
|
||||
*/
|
||||
useMaxWidth: true
|
||||
useMaxWidth: true,
|
||||
|
||||
curve: 'linear'
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user