-
Notifications
You must be signed in to change notification settings - Fork 684
Open
Description
Is your feature request related to a problem? Please describe.
I'm implementing a work planning which would have for each item a label above that might be longer than the owning item itself.
By far, i only show the label when the length of item is larger than a certain threshold.
The current implementation of stacking items, i believe, bases on the calculation of start_time and end_time. Is there anyway to override the stacking process ?
