mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-18 11:44:07 +01:00
Experimental support for gantt diagrams
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports.draw = function (text, id) {
|
||||
if(typeof w === 'undefined'){
|
||||
w = 800;
|
||||
}
|
||||
|
||||
|
||||
var taskArray = gantt.yy.getTasks();
|
||||
|
||||
// Set height based on number of tasks
|
||||
|
||||
Reference in New Issue
Block a user