progress_text

specifies the text in the completed part of the task bar

startDatethe date when a task is scheduled to begin
endDatethe date when a task is scheduled to be completed
taskTaskthe task object

Example

gantt.templates.progress_text=function(start, end, task){return "";};

Related samples

See also
Back to top