feat(mermaid): sequenceDiagram show sequenceNumber (#6992)
This commit is contained in:
parent
a4ca84376b
commit
cded651904
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ export const mermaidRender = (element: Element, cdn = Constants.PROTYLE_CDN) =>
|
|||
useMaxWidth: true,
|
||||
diagramMarginX: 8,
|
||||
diagramMarginY: 8,
|
||||
boxMargin: 8
|
||||
boxMargin: 8,
|
||||
showSequenceNumbers: true // https://mermaid.js.org/syntax/sequenceDiagram.html#sequencenumbers
|
||||
},
|
||||
gantt: {
|
||||
leftPadding: 75,
|
||||
|
|
Loading…
Add table
Reference in a new issue