You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Bug report
[X ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit a support request here, please ask on https://stackoverflow.com/
Bug description / Feature request
Allow customizing of Calendar Day segment height. Currently although the height can be overridden with CSS, the interaction with events makes it unusable, because Event sizing is controlled by
const SEGMENT_HEIGHT: number = 30;
Use case: I need more granular control of event drop time, so I need more segments per hour. To fit this on the browser page the height needs to be shrunk accordingly.
PS Thank you, your calendar is brilliant!
Minimal reproduction of the problem with instructions
Versions
Angular: 4.0
Calendar library: angular-calendar
Browser name and version: Chrome
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
Bug description / Feature request
Allow customizing of Calendar Day segment height. Currently although the height can be overridden with CSS, the interaction with events makes it unusable, because Event sizing is controlled by
const SEGMENT_HEIGHT: number = 30;
Use case: I need more granular control of event drop time, so I need more segments per hour. To fit this on the browser page the height needs to be shrunk accordingly.
PS Thank you, your calendar is brilliant!
Minimal reproduction of the problem with instructions
Versions
Angular: 4.0
Calendar library: angular-calendar
Browser name and version: Chrome
The text was updated successfully, but these errors were encountered: