mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 22:09:57 +02:00
Merge pull request #1419 from korycins/patch-1
Fix config param name. Drop duplicated field in css example.
This commit is contained in:
@@ -468,7 +468,6 @@ text.actor {
|
|||||||
|
|
||||||
.note {
|
.note {
|
||||||
stroke: #decc93;
|
stroke: #decc93;
|
||||||
stroke: #ccccff;
|
|
||||||
fill: #fff5ad;
|
fill: #fff5ad;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -503,7 +502,7 @@ mermaid.sequenceConfig = {
|
|||||||
|
|
||||||
| Param | Description | Default value |
|
| 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 |
|
| 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 |
|
| 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" |
|
| actorFontFamily | Sets the font family for the actor's description | "Open-Sans", "sans-serif" |
|
||||||
|
Reference in New Issue
Block a user