Our powerful JS Calendar component


Post by Daniellima »

Hi everyone,

I need show the hours between 15 / 15 minutes in the day view and week view. I tried many alternatives, but to no avail.

Thanks.

Attachments
Example design
Example design
Screenshot_62.jpg (7.47 KiB) Viewed 702 times
Current design
Current design
Screenshot_63.jpg (2.23 KiB) Viewed 702 times

Post by mats »

We currently don't support this but we'll discuss internally to see if this can be added: https://github.com/bryntum/support/issues/2742


Post by Animal »

So what I am planning is a kind of responsive display of the in between times depending on the hourHeight

So when it gets above a certain breakpoint, it will show just the half hour time.

When it expands up to the next breakpoint, the 15 minute times are shown as below:

Screenshot 2022-08-25 at 16.35.36.png
Screenshot 2022-08-25 at 16.35.36.png (103.35 KiB) Viewed 338 times

And above that, it switches to showing 10 minute times.

And if you really make the hours enormous, it will show every 5 minutes. I'm thinking you have to have an hour maybe 500 pixels high to get that:

Screenshot 2022-08-25 at 16.39.10.png
Screenshot 2022-08-25 at 16.39.10.png (51.91 KiB) Viewed 338 times

Does that sound good?


Post Reply