Y-scale sizing on timeline mode

Hi Guys,
I was wondering if it was possible to specify a size for the y-scale. I know dy = true causes the control to render the bars at their minimum height, and you can set a minimum height. I would like it if you could set a “fixed” height for the y-scale on timeline mode (As I want to specify the height of the event bar, the height of each section, and implement collisions to prevent any events from overlapping.)
Kind regards
Greg Goldberg

Try to use

scheduler.createTimelineView({ section_autoheight: false, dy: 30,

Thanks Stanislav, that worked perfectly.
Kind regards
Greg Goldberg