Merge pull request #2027 from dominikmeyersap/patch-1

Update sequenceDiagram.md
This commit is contained in:
Knut Sveidqvist
2021-04-30 17:15:27 +02:00
committed by GitHub

View File

@@ -514,7 +514,7 @@ text.actor {
Is it possible to adjust the margins for rendering the sequence diagram. Is it possible to adjust the margins for rendering the sequence diagram.
This is done by defining `mermaid.sequenceConfig` or by the CLI to use a json file with the configuration. This is done by defining `mermaid.sequenceConfig` or by the CLI to use a json file with the configuration.
How to use the CLI is described in the [mermaidCLI](mermaidCLI.html) page. How to use the CLI is described in the [mermaidCLI](mermaidCLI) page.
`mermaid.sequenceConfig` can be set to a JSON string with config parameters or the corresponding object. `mermaid.sequenceConfig` can be set to a JSON string with config parameters or the corresponding object.
```javascript ```javascript