Merge pull request #1534 from 72636c/feature/er_use_max_width

Add `er.useMaxWidth` config option
This commit is contained in:
Knut Sveidqvist
2020-07-12 10:51:00 +02:00
committed by GitHub
4 changed files with 58 additions and 6 deletions

View File

@@ -576,6 +576,17 @@ export default mermaidAPI;
* startOnLoad:true,
* arrowMarkerAbsolute:false,
*
* er:{
* diagramPadding:20,
* layoutDirection:'TB',
* minEntityWidth:100,
* minEntityHeight:75,
* entityPadding:15,
* stroke:'gray',
* fill:'honeydew',
* fontSize:12,
* useMaxWidth:true,
* },
* flowchart:{
* diagramPadding:8,
* htmlLabels:true,