Add flowchart.diagramPadding config option

This option lets you customise the padding around the whole flowchart.
It is equivalent to `er.diagramPadding` and defaults to 8px for
backwards compatibility with the current hardcoded value.
This commit is contained in:
Ryan Ling
2020-07-11 16:54:00 +10:00
parent c390e9e877
commit 5da4ced8c1
7 changed files with 61 additions and 4 deletions

View File

@@ -577,6 +577,7 @@ export default mermaidAPI;
* arrowMarkerAbsolute:false,
*
* flowchart:{
* diagramPadding:8,
* htmlLabels:true,
* curve:'linear',
* },