Change the y-scale sections heigth in timeline view

Hello,

In the timeline view, is it possible change the y-scale sections heigth. I get the values from a mysql database.

Thanks.

Sorry, this is the question :

In the timeline view, is it possible to change the y-scale sections heigth? I get the section value(string) from a database.

Thanks.

Hi,
try scheduler.xy.scale_height config scheduler.xy.scale_height = 50;

wrong config, my mistake
sections height can be changed with ‘dy’ property of configuration object
docs.dhtmlx.com/doku.php?id=dhtm … melineview

Thanks.