Hi,
I’m currently trying to customize the scheduler and I want to move up the hour scale like in the following example:
docs.dhtmlx.com/scheduler/sampl … estep.html
I don’t want timesteps but I do want hours being near the border at the top of each hour. Default hour scale is centered.
I tried using
scheduler.config.hour_size_px
and it almost works : bad thing is that I need to generate a new background image (as hour size increases).
Is that possible ?
Thank you in advance