dhx_scale_hour class

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

Hi,

If you need just put hours closer to the border top, you can achieve it by CSS:

.dhx_scale_hour{ line-height:normal; padding-top:5px; }
snippet.dhtmlx.com/8922f2115

If this diesn’t help you to solve the issue, please create a demo or at least attach the screenshot to help me understand the problem.