I am currently navigating the world of AngularJS and I have implemented an Angular Gantt chart from this repository https://github.com/angular-gantt/angular-gantt. However, I noticed that the chart displays dates but it does not display days (Su, Mo, Tu, etc). Adjusting the scale did not solve this issue. What steps can I take to show days in the Angular Gantt chart?
If modifying the code is necessary, please provide guidance on how to proceed.
Thank you in advance for your assistance.