Merge pull request #1419 from korycins/patch-1

Fix config param name. Drop duplicated field in css example.
This commit is contained in:
Knut Sveidqvist
2020-05-22 09:36:24 +02:00
committed by GitHub

View File

@@ -468,7 +468,6 @@ text.actor {
.note {
stroke: #decc93;
stroke: #ccccff;
fill: #fff5ad;
}
@@ -503,7 +502,7 @@ mermaid.sequenceConfig = {
| Param | Description | Default value |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------ |
| mirrorActor | Turns on/off the rendering of actors below the diagram as well as above it | false |
| mirrorActors | Turns on/off the rendering of actors below the diagram as well as above it | false |
| bottomMarginAdj | Adjusts how far down the graph ended. Wide borders styles with css could generate unwanted clipping which is why this config param exists. | 1 |
| actorFontSize | Sets the font size for the actor's description | 14 |
| actorFontFamily | Sets the font family for the actor's description | "Open-Sans", "sans-serif" |