mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-14 12:59:46 +02:00
#1920 Making flocharts adhere to the curve configuration also changing the default configuration for grpah and flowchart
This commit is contained in:
@@ -184,9 +184,9 @@ const config = {
|
||||
*| curve | Defines how mermaid renders curves for flowcharts. | String | Required | Basis, Linear, Cardinal|
|
||||
*
|
||||
***Notes:
|
||||
*Default Vaue: Linear**
|
||||
*Default Vaue: monotoneX**
|
||||
*/
|
||||
curve: 'linear',
|
||||
curve: 'monotoneX',
|
||||
// Only used in new experimental rendering
|
||||
// represents the padding between the labels and the shape
|
||||
padding: 15,
|
||||
|
Reference in New Issue
Block a user