specifies the text in the completed part of the task bar
| start | Date | the date when a task is scheduled to begin |
| end | Date | the date when a task is scheduled to be completed |
| task | Task | the task object |
gantt.templates.progress_text=function(start, end, task){return "";};