I want to display shortened names of the week, Like Mon, Tue, Wed etch.
this.configDay.timeHeaders = [
{
"groupBy": "Week",
},
{
"groupBy": "Day",
"format": "ddd dd"
}
];
this.configDay.scale = "Day";
this.configDay.days = 7;
this.configDay.cellWidth = 190;
Have look at my code. I did changes but not helpful.