Skip to content

Commit

Permalink
Update mermaidAPI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv authored Jan 12, 2020
1 parent e0d16dc commit 5e7484a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/mermaidAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e7484a

Please sign in to comment.