Scheduler.config.hour_size_px = 84; Events not lined up

Hi I need to make the height of the events in week view to be larger as the client has lots of little 15 min events.

So I used:

Scheduler.config.hour_size_px = 84;

However when I increase the hour size the events are not lined up with the hours on the axis.

So events that start at 07:45 am now appear to start at 14:45pm as per image below:

Any help would be appreciated… thanks.

Hi,
it seems working ok with our samples,
either with .NET scheduler and with a regular one:
E.g.
docs.dhtmlx.com/scheduler/snippet/29310cb1
s3.amazonaws.com/uploads.hipcha … height.zip

Please provide a more complete demo

Sorry I was including some CSS which broke the layout…

Thanks

However I have the same issue as in your snippet example the grids aren’t aligned with the hours…

So if you follow the grid lines your events start at 01:05am for example…

See image:

Hi,
a background image has a fixed with of 44px, so in order to have a time scale and a background grid aligned correctly you need to pick hour height that is multiple of background image size
e.g. docs.dhtmlx.com/scheduler/snippet/6e3a9d71