mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-12 16:54:10 +01:00
Add parallelCommits config option for gitGraphs
This commit is contained in:
@@ -780,6 +780,9 @@ $defs: # JSON Schema definition (maybe we should move these to a separate file)
|
|||||||
rotateCommitLabel:
|
rotateCommitLabel:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
parallelCommits:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
# YAML anchor reference, don't use $ref since ajv doesn't load defaults
|
# YAML anchor reference, don't use $ref since ajv doesn't load defaults
|
||||||
arrowMarkerAbsolute: *arrowMarkerAbsolute
|
arrowMarkerAbsolute: *arrowMarkerAbsolute
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user