mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-10 02:49:40 +02:00
docs: fix a wrong value in mermaidAPI docs
This commit is contained in:
@@ -942,7 +942,7 @@ const config = {
|
||||
*
|
||||
* T = top, B = bottom, L = left, and R = right.
|
||||
*
|
||||
* Default value: 'TB'.
|
||||
* Default value: 'TB'
|
||||
*/
|
||||
layoutDirection: 'TB',
|
||||
|
||||
|
@@ -678,7 +678,7 @@ export default mermaidAPI;
|
||||
* flowchart:{
|
||||
* diagramPadding:8,
|
||||
* htmlLabels:true,
|
||||
* curve:'linear',
|
||||
* curve:'basis',
|
||||
* },
|
||||
* sequence:{
|
||||
* diagramMarginX:50,
|
||||
|
Reference in New Issue
Block a user