Hi Alexander Claesson,
Thank you for reaching out to us!
You can adjust the height and width of the Scheduler cells using the following CSS styles:
[app.component.css]
.e-schedule .e-timeline-view .e-date-header-wrap table col, .e-schedule .e-timeline-view .e-content-wrap table col, .e-schedule .e-timeline-month-view .e-date-header-wrap table col, .e-schedule .e-timeline-month-view .e-content-wrap table col { .e-schedule .e-timeline-view .e-work-cells, .e-schedule .e-timeline-month-view .e-work-cells, .e-schedule .e-timeline-view .e-resource-cells, .e-schedule .e-timeline-month-view .e-resource-cells { |
If you have smaller events and need to display the subject details more clearly, you can enable tooltips using the following eventSettings configuration:
public eventSettings: EventSettingsModel = { dataSource: extend([], resourceData.concat(timelineResourceData), null, true) as Record<string, any>[], |
Sample: https://stackblitz.com/edit/angular-cernzczz-atc1fqcj?file=src%2Fapp.component.css,src%2Fapp.component.ts
Please feel free to reach out if you need further assistance!
Regards,
Swathi