In the timeline view the events are being shown as small bars. I would like to maximize the height of the event bar to the height of the resource bar. See the attached screenshot for example (I marked the height as I would like it to be).
I would like to maximize this height so that it is clear for the user that the resource is occupied and cannot be reserved anymore. In the current situation the user might think that the resource can be double booked, since there is a white space underneath the bar. This is not the case.
An alternative might be to decrease the height of the resource so that it is the same as the height of the event.
Currently it’s impossible to edit height of the events in the timeline view. Though you can edit in the source code to match the height of the section new but new problem will appear - second event in the same time frame wouldn’t be seen.
It’s possible to control height of the resources. Add dy property to the initialization object.
For more information check out Timeline view documentation.
I know it has been 10 years since the last post, but just wanted to look if there is any progress regarding the events height, however in my case to force the height size “dy:32” even when there is a double event on the same time slot.
Right now the events change their height to 20px once I have them double, triple, etc.
Is there any workaround?
Yes, currectly you can fix the event height with the event_dy property, and forbid scheduler to decrease it(on adding more events) by setting the resize_events to false.