mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
Added commit types in renderer
This commit is contained in:
@@ -12,7 +12,13 @@ let allCommitsDict = {};
|
|||||||
let branchNum;
|
let branchNum;
|
||||||
|
|
||||||
//let conf = configApi.getConfig();
|
//let conf = configApi.getConfig();
|
||||||
const commitType = db.commitType;
|
//const commitType = db.commitType;
|
||||||
|
const commitType = {
|
||||||
|
NORMAL: 0,
|
||||||
|
REVERSE: 1,
|
||||||
|
HIGHLIGHT: 2,
|
||||||
|
MERGE: 3,
|
||||||
|
};
|
||||||
|
|
||||||
let branchPos = {};
|
let branchPos = {};
|
||||||
let commitPos = {};
|
let commitPos = {};
|
||||||
|
Reference in New Issue
Block a user