specifies the text displayed inside the baseline element
task | Task | the task object associated with the baseline |
baseline | Baseline | the baseline object |
index | number | the index of the baseline in the task's baselines array |
Available only in PRO Edition
gantt.templates.baseline_text = function(task, baseline, index) {
return "Baseline #" + (index + 1);
};
added in v9.0
Back to top