Change range in Highstock dynamically
I want to change the range in a chart dynamically. If I go from a big value to a smaller, everything works fine. But if I want to go to the bigger again, nothing happens. You can try this here: http://jsfiddle.net/Charissima/wkBwW/15/ Click the button 'Range 50' and afterwords 'Range 20'. Then 'Range 50' again. You can see the color changing but not the range. I tried hard to figure out how to fix this problem, but without success. I hope, somebody can help me. <div id="container" style="height: 400px; min-width: 600px"></div> <script src="http://code.highcharts.com/stock/highstock.js"><