Experimental support for gantt diagrams

This commit is contained in:
knsv
2015-02-20 19:34:18 +01:00
parent 2877501ff5
commit a7339eaf1c
8 changed files with 14 additions and 11 deletions

View File

@@ -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