Hi Matt,
Syncfusion Greetings.
We achieved your requirement by using CSS. Please refer below sample.
In the above sample we thinner the width of timeline week by using below highlight class name.
.schedule-cell-dimension.e-schedule
.e-timeline-view.e-timeline-week-view
.e-content-wrap
table
col {
width: 20px;
}
.schedule-cell-dimension.e-schedule .e-timeline-view.e-timeline-week-view .e-date-header-wrap, .e-schedule .e-timeline-month-view .e-date-header-wrap {
font-size: 8px;
}
}
Regards,
M.Vinitha devi