mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-18 19:54:17 +01:00
Using diagram api to add gitGraph
This commit is contained in:
@@ -69,7 +69,6 @@ export const draw = function (text, id, version, diagObj) {
|
||||
svgDraw.initGraphics(diagram);
|
||||
|
||||
const tasks = diagObj.db.getTasks();
|
||||
console.log('text and tasks', text, tasks);
|
||||
const title = diagObj.db.getDiagramTitle();
|
||||
|
||||
const actorNames = diagObj.db.getActors();
|
||||
|
||||
Reference in New Issue
Block a user