I added in the highcharts-demo project to the `columnDemo.js` the directive ``` scrollbar: { enabled: true }, ``` and ``` xAxis: { min: 6, }, ``` but the x axis starts from Jul and doesn't show the scrollbars. It works in this [fiddle](http://jsfiddle.net/highcharts/fj6d2/).
I added in the highcharts-demo project to the
columnDemo.jsthe directiveand
but the x axis starts from Jul and doesn't show the scrollbars.
It works in this fiddle.