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

@ -27970,7 +27970,7 @@ exports.getTasks=function(){
tasks[i].startTime = moment(tasks[i].startTime).format('YYYY-MM-DD');
tasks[i].endTime = moment(tasks[i].endTime).format('YYYY-MM-DD');
}
return tasks;
};
@ -28143,7 +28143,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
@ -28511,7 +28511,7 @@ case 10:
yy.addSection($$[$0].substr(8));this.$=$$[$0].substr(8);
break;
case 11:
var ds = $$[$0].substr(1,$$[$0].length);yy.addTask($$[$0-1], ds);
yy.addTask($$[$0-1],$$[$0]);this.$='task';
break;
}
},

File diff suppressed because one or more lines are too long

View File

@ -27938,7 +27938,7 @@ exports.getTasks=function(){
tasks[i].startTime = moment(tasks[i].startTime).format('YYYY-MM-DD');
tasks[i].endTime = moment(tasks[i].endTime).format('YYYY-MM-DD');
}
return tasks;
};
@ -28111,7 +28111,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
@ -28479,7 +28479,7 @@ case 10:
yy.addSection($$[$0].substr(8));this.$=$$[$0].substr(8);
break;
case 11:
var ds = $$[$0].substr(1,$$[$0].length);yy.addTask($$[$0-1], ds);
yy.addTask($$[$0-1],$$[$0]);this.$='task';
break;
}
},

File diff suppressed because one or more lines are too long

View File

@ -54,7 +54,7 @@ exports.getTasks=function(){
tasks[i].startTime = moment(tasks[i].startTime).format('YYYY-MM-DD');
tasks[i].endTime = moment(tasks[i].endTime).format('YYYY-MM-DD');
}
return tasks;
};

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

View File

@ -57,7 +57,7 @@ statement
: 'dateFormat' dateFormatInst {yy.setDateFormat($2);$$=$2;}
| title {yy.setTitle($1.substr(6));$$=$1.substr(6);}
| section {yy.addSection($1.substr(8));$$=$1.substr(8);}
| taskTxt taskData
| taskTxt taskData {yy.addTask($1,$2);$$='task';}
;
%%

View File

@ -107,6 +107,9 @@ break;
case 10:
yy.addSection($$[$0].substr(8));this.$=$$[$0].substr(8);
break;
case 11:
yy.addTask($$[$0-1],$$[$0]);this.$='task';
break;
}
},
table: [{3:1,4:[1,2]},{1:[3]},o($V0,[2,2],{5:3}),{6:[1,4],7:5,8:[1,6],9:7,10:[1,8],11:$V1,13:$V2,14:$V3,15:$V4},o($V0,[2,7],{1:[2,1]}),o($V0,[2,3]),{9:13,11:$V1,13:$V2,14:$V3,15:$V4},o($V0,[2,5]),o($V0,[2,6]),{12:[1,14]},o($V0,[2,9]),o($V0,[2,10]),{16:[1,15]},o($V0,[2,4]),o($V0,[2,8]),o($V0,[2,11])],