score:2

You can enable scrollbar in highcharts including highstock.js. but using highcharts. see example: http://jsfiddle.net/xVyLr/

 xAxis: {
    max:5
 },
 scrollbar: {
    enabled:true
 },

Related Query

More Query from same tag