We are using the Mobiscroll timeline, and we want to show events in monthly and yearly timelines. But events is looking small in yearly timeline so can we have minimum width for events in the timeline ? And if yes, will it affect the stacked events ?
Refer below image
You can enable eventList: true
setting from the timeline view options. By doing this, events will be listed sequentially in the appropriate cell, one after the other. This way, the labels are readable. You can also customize the column width using the .mbsc-timeline-day
class.