Skip to content
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

Dynamically changing properties set during init() #158

Closed
kevinhooke opened this issue Jul 12, 2015 · 5 comments
Closed

Dynamically changing properties set during init() #158

kevinhooke opened this issue Jul 12, 2015 · 5 comments

Comments

@kevinhooke
Copy link

Is it possible to change any of the values when you first call init(), like domain? I'd like to display the heatmap initially with domain='month', but allow the user to select the domain value of say day/week/month and have the heatmap redisplay. If you call init() again it creates a new heatmap, so what is the approach to change these properties after you've called init the first time?
Thanks!

@wa0x6e
Copy link
Owner

wa0x6e commented Jul 13, 2015

Currently, recreating the calendar is the only way.

@kevinhooke
Copy link
Author

Ok, thanks. Any plans to include this as an enhancement in a future release?

@MadLittleMods
Copy link

👍

@dipo101
Copy link

dipo101 commented Oct 20, 2017

@wa0x6e
Hi, any progress on this enhancement?, I am specifically trying to change the subDomainTitleFormat property without having to call init() again. I see changing highlight is possible..

@wa0x6e
Copy link
Owner

wa0x6e commented Nov 27, 2022

Added in v4

@wa0x6e wa0x6e closed this as completed Nov 27, 2022
@wa0x6e wa0x6e mentioned this issue Nov 27, 2022
48 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants