Meteor-HighCharts
Meteor-HighCharts copied to clipboard
Scrollbar on xAxis doesn't work
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.
So far my only guess is, that scrollbar
only works for highstocks. I couldnt find an API reference for highcharts. And if you take a look at your fiddle, the code uses the highstock.js file. You could try my highstock package. If this doesnt help or you need more information, feel free to ask! :)
@spiovesan did the comment help?