mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis92.github.io/angular-calendar/
MIT License
2.72k stars 863 forks source link

dayStartMinute not rendering correct with hourSeqments #1574

Closed timiman closed 2 years ago

timiman commented 2 years ago

First of all, thank you for this great and helpful component.

When adding the lines below to the official demo at the day view part, the render of the calendar seems off, because the visible starting hour is 6:00 but the real programming starting hour is 6:30.

[dayStartHour]="6" [dayStartMinute]="30" [hourSegments]="4"

Is there something I'm missing to setup on the component's view while using hourSeqments ? Maybe it is trying to render the first hour by using 4 hourSeqments instead of 2 ?

Using 0.28.28 @ Angular 11.2.8

matts-bot[bot] commented 2 years ago

This issue has been closed automatically as it did not follow the issue template, please open a new issue that follows the bug report or feature request template.

If you would like to submit a support issue or get a faster reply, please consider sponsoring me.

Thank you! ✌️