mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 22:09:57 +02:00
Fix merge changes for pr 722 and issue #782
This commit is contained in:
@@ -173,7 +173,12 @@ const config = {
|
||||
/**
|
||||
* **rightAngles** - this will display arrows that start and begin at the same node as right angles, rather than a curve
|
||||
*/
|
||||
rightAngles: false
|
||||
rightAngles: false,
|
||||
/**
|
||||
* **showSequenceNumbers** - this will show the node numbers
|
||||
*/
|
||||
showSequenceNumbers: false
|
||||
|
||||
},
|
||||
|
||||
/** ### gantt
|
||||
|
Reference in New Issue
Block a user