I am implementing a TimelineView similar to this: https://stackblitz.com/edit/react-asermz?file=app/main.jsx
One oddity I've noticed is the gap that appears after ever event.
I can see where it might be useful in some of the other Scheduling views to give a better separation between events, however in the Timeline view it gives the appearance that an event is ending earlier than it really is.
Is there any workaround that might accomplish what I'm looking for?