mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 23:09:49 +02:00
Build config types
This commit is contained in:
@@ -576,6 +576,7 @@ export interface GitGraphDiagramConfig extends BaseDiagramConfig {
|
|||||||
showCommitLabel?: boolean;
|
showCommitLabel?: boolean;
|
||||||
showBranches?: boolean;
|
showBranches?: boolean;
|
||||||
rotateCommitLabel?: boolean;
|
rotateCommitLabel?: boolean;
|
||||||
|
parallelCommits?: boolean;
|
||||||
/**
|
/**
|
||||||
* Controls whether or arrow markers in html code are absolute paths or anchors.
|
* Controls whether or arrow markers in html code are absolute paths or anchors.
|
||||||
* This matters if you are using base tag settings.
|
* This matters if you are using base tag settings.
|
||||||
|
Reference in New Issue
Block a user