-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increment hard coded to 5 minutes #117
Comments
I would really like this feature as well! Any updates? |
Me too kplztx |
+1 |
here is its vrariable |
As the calendar has been merged into Fomantic-UI we added the option |
Looking at this line:
increment *= mode === 'minute' ? 5 : 1;
as well:
Is there a way to set this as a variable? Say 15 minutes instead?
Goes a bit further than this as well. You'd have to recalculate number of the rows and columns.
So depending on the interval set, would need to compute the number of rows and columns needed.
The text was updated successfully, but these errors were encountered: