-
Notifications
You must be signed in to change notification settings - Fork 244
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
zoom a month #19
Comments
I would just hide all uninterested months of the year and css the month to your needs.
|
Good job! but the size of is the same. So small, not big like a zoom |
Well yeah, that's where the css comes in handy, after all only you know how it should/must look like :) |
where does this code go? Edit: Ok figured it out but.. I don't think it should be |
Just to help fellow mates which might be dealing with same issues in the future. This code is pasted after calendar initialization. The code simply hides all months but the selected one(s). In this case you might be right, since indexing from each loop and getMonth() is both zero based :) |
@anup756 : The functionality that you are looking for is not the goal of this calendar. The principal goal of this widget is to display a full year view. There is other calendars that propose this type of functionality (i.e. bootstrap calendar) |
Oh ok cool Edit: Honestly @Paul-DS I like your calendar better than the one you just posted :) Yours is just simple and easy to use, especially the events part. I'll figure out a way to just show the month.. :) Thanks though 👍 |
Hi, Thanks ! |
I know this thread is pretty old, but I'm working on this feature in the new version of the library: js-year-calendar |
The feature is available in js-year-calendar@v2.0.0. Check the options |
Is there a way to see only one month in big size like a zoom ?
The text was updated successfully, but these errors were encountered: