Skip to content Skip to sidebar Skip to footer

Range Selector Input Fields Can't Edit After Hide() Show()

I've found some issue with selectors fields. They can't be changed after using jQuery hide() and show() methods on chart container. Is this a bug, or I've do something wrong? Here

Solution 1:

Generally highcharts should be created in hidden div, so you can use workaround like here http://www.highcharts.com/docs/frequently-asked-questions


Post a Comment for "Range Selector Input Fields Can't Edit After Hide() Show()"