Schedule view
This is exactly what I'd like to use, but I want to define limits to ensure a whole day is shown, even if the schedule only has 1 item half an hour long.
Do you have any ideas on dynamically changing the scale? I'm currently using it with a Calendar visual allowing you to select days, which means it could be any day, so it needs a limit for x hours in a variable date :/
Another possible option (not ideal at all) is to add a placeholder for every day that is 24 hours long!
Hi C_Houghton,
You certainly can use ggplot functionality to get the required feature.
BTW, fathomson implmented R Custom Visual on the basis of this show case.
It is still available here.
As a quick and dirty "hack" to your problem you may try to add two zero-length resources at the beginning and the end of the day.