Skip to content

Commit 595f4e8

Browse files
authored
Set flowchart configuration options
1 parent 11fc7ba commit 595f4e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ While this project's installation instructions defaults to using [npm][npm] for
189189
The following flowchart provides a summary:
190190

191191
```mermaid
192+
%%{init: { 'logLevel': 'debug', 'theme': 'dark', 'flowchart': { 'nodeSpacing': 20, 'rankSpacing': 20, 'useMaxWidth': false, 'defaultRenderer': 'dagre-wrapper', 'padding': 10, 'diagramPadding': 0, 'htmlLabels': true, 'curve': 'linear' } } }%%
192193
graph LR
193194
Z((Start))
194195

0 commit comments

Comments
 (0)