docs: fix a wrong value in mermaidAPI docs

This commit is contained in:
Mr.Hope
2021-04-24 16:03:32 +08:00
parent 97563c1f2a
commit a6dfaa0076
2 changed files with 2 additions and 2 deletions

View File

@@ -942,7 +942,7 @@ const config = {
* *
* T = top, B = bottom, L = left, and R = right. * T = top, B = bottom, L = left, and R = right.
* *
* Default value: 'TB'. * Default value: 'TB'
*/ */
layoutDirection: 'TB', layoutDirection: 'TB',

View File

@@ -678,7 +678,7 @@ export default mermaidAPI;
* flowchart:{ * flowchart:{
* diagramPadding:8, * diagramPadding:8,
* htmlLabels:true, * htmlLabels:true,
* curve:'linear', * curve:'basis',
* }, * },
* sequence:{ * sequence:{
* diagramMarginX:50, * diagramMarginX:50,