Group time slots in week view

Hello.

I’m on an Angular Project and I want group time slots in week view. I need to show all day, but I want to have 4 time slots of 6 hours for my days. The goal is to reduce the size of the form without losing information.

I tried to use these parameters, but it doesn’t work.
this.scheduler.config.time_step = 360;
this.scheduler.config.key_nav_step = 360;

Can you help me, please ?

Have a nice day !

Hello @RemiH ,

Unfortunately, there is no possibility to customize the Y-axis in such way, as each hour cell renders by the internal scheduler functions.
Currently, you can: decrease the size of a single hour with the hour_size_px config
Or hide time from the start/end of the axis with the last/first_hour configs:
https://docs.dhtmlx.com/scheduler/api__scheduler_last_hour_config.html