I'm using highstock. How can I set the rangeSelector for the chart? I've used:
chart.rangeSelector({ selected: 5 }); *
but it didn't work.
I know to set it like this example: http://jsfiddle.net/Pffxt/2/ but I create the chart once and then add series. When I create the chart(like the example) and add series the rangeSelector doesn't work. I think I have to use like ***
Please help me! Thank you