Dont display the task name in the gantt_task_content

I dont want to display the task name in the gantt_task_content,I only want the bar, how can I do that, I search in the js ,css, api page, but nothing, please help. Thanks

I solve this. Thanks

You should share your answer

gantt.templates.task_text=function(start, end, task){
return ‘’;
};

:slight_smile: