Vertical Size of increments

Quick Q -

I have a schedule which will have events each of which are 10-15 minutes in duration. The default increments of 5 minutes is fine, but the rendering squashes them so closely that I can’t see each event. Is there a way to have each hour block (or minute increment) be “taller” so that the individual events will be readable? I realize this will make my page much longer, but that’s acceptable. Thanks in advance.

Dan

You can customize the hour_scale template:
docs.dhtmlx.com/doku.php?id=dhtm … _templates

See the ready sample in the scheduler package:

dhtmlxScheduler/samples/02_customization/09_timestep.html

Size of one hour is controlled by

scheduler.config.hour_size_px = 42; //can be increased

Thanks team. You guys rock.

Dan