Scheduler : view week , display on 1 hour 30 a range of 30 min

Hello,

In scheduler view week , if I have a range of 30 min , the display is over 1 hour 30 , is it possible to reduce the display ?

Screenshot_5

Thanks

Hi @romain,

As you can see in this example, it won’t be enough to reduce the display.
So I suggest to you scale hour scales with or without time divide. You can do this by creating a custom class which extends scheduler view:

  class CustomHours extends scheduler.views["..."] {
    config() {
    ...
    }

Snippet without time divide: Code Snippet
Snippet with time divide: Code Snippet