mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 11:59:39 +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.
|
* T = top, B = bottom, L = left, and R = right.
|
||||||
*
|
*
|
||||||
* Default value: 'TB'.
|
* Default value: 'TB'
|
||||||
*/
|
*/
|
||||||
layoutDirection: 'TB',
|
layoutDirection: 'TB',
|
||||||
|
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user