From 5e7484a12d95a060cc8e6bf4accc1d5c8cdf8327 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Sun, 12 Jan 2020 01:04:15 -0800 Subject: [PATCH 1/2] Update mermaidAPI.md --- docs/mermaidAPI.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/mermaidAPI.md b/docs/mermaidAPI.md index ce11e5c58..e962ffc70 100644 --- a/docs/mermaidAPI.md +++ b/docs/mermaidAPI.md @@ -105,6 +105,18 @@ Flag for setting whether or not a html tag should be used for rendering labels on the edges. **Default value true**. +### nodeSpacing + +Defines the spacing between nodes on the same level (meaning horizontal spacing for +TB or BT graphs, and the vertical spacing for LR as well as RL graphs). +**Default value 50**. + +### rankSpacing + +Defines the spacing between nodes on different levels (meaning vertical spacing for +TB or BT graphs, and the horizontal spacing for LR as well as RL graphs). +**Default value 50**. + ### curve How mermaid renders curves for flowcharts. Possible values are From 4805394e612c836bf27710794ce6f9aa86b7ac60 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Wed, 22 Jan 2020 19:22:37 +0100 Subject: [PATCH 2/2] New version in the docs --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 356f323c7..2b4883d5b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,7 @@ - +