Hide complete percentage label Answered: You can customize the task text/HTML using onBeforeTaskRender: config: any = { onBeforeTaskRender: args => { args.data.box.html = args.data.text; // displays task text instead of percentage in the bo... article-45978-ctypescriptangularangular5gantthow-to