The Scrollbar position be supported
When Scrollbar is enabled using Highstock.The Default position of scrollbar is to right. As in the fiddle
http://jsfiddle.net/highcharts/fj6d2/
scrollbar position is right by default
When there is large data, we need scroll bar to be in left position.
You control that through xAxis min and max: http://jsfiddle.net/highcharts/fj6d2/1863/
-
Yes it's given in my comment above.
-
Anonymous commented
Is there a way to set the scroll bar position of the Highchart from outside ?
Let me take an example, I have requirement where I need to display same data in both chart and a table. so when I select a row in table. I need a way where in I can select that row in chart by scrolling to that position. Please let me know if this is supported in Highcharts