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

Make rangeSelector.updateButtonStates() optional #2418

Closed
jaydrozd opened this issue Oct 30, 2013 · 3 comments
Closed

Make rangeSelector.updateButtonStates() optional #2418

jaydrozd opened this issue Oct 30, 2013 · 3 comments

Comments

@jaydrozd
Copy link

I have a case where we are dynamically loading data, and creating a new chart in the process for each time frame (2D,5D,1M,3M,6M,1Y).

Whenever I reload my data for 2D, all other options in my range selector are disabled (as design from #2050). I wanted to see if we can disable this 'feature' by making it an option. Of course it can be defaulted to 'enabled' but I want to remove this feature for this use case.

@Indrani123
Copy link

I am working on a Dashboard project , where we using high stocks charts ,we also have range selector buttons like data showing 1day ,2week,6month, 2year now we are facing issue with if there is 22 hours data but not exact 24 hours then button for 1day is show disabled, same for other buttons, Is there any solution so that range selector are not disabled . Or Can this disable range selector buttons be optional?

@TorsteinHonsi
Copy link
Collaborator

Thanks for pushing. Check out the implementation at http://jsfiddle.net/highcharts/529Xj/. Will this work for you?

@Indrani123
Copy link

Thanks Its works.

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

3 participants