I have implemented a timeline view with a custom event template. Right now, I can’t get the timeline to match the requested design because the event sits unevenly in the row - there is more space above the event than below the event. Also, if there are multiple stacked events, I can’t seem to control the distance between the events. If I switch to “equal” row height, the events bleed outside of the resource row (even though they do stack by overlapping, they do not overlap “enough”). Finally, when the timeline first loads and there are no events, each row is rendered very short (~52px tall), and only grows to the correct height once I drop the first timeline event. This all looks very strange.
I would rather keep “variable” row height anyway but I just want to control the gaps / spacing within the event row so that it’s an even gap throughout. Is there any way to adjust this / override how this is all calculated? This all seems to be set by auto-updating inline styles for the moment so it’s difficult to override.
Thanks for any help + suggestions!!