MaazAli / Meteor-HighCharts

HighCharts for Meteor, with an easy to use helper to get you started!
MIT License
53 stars 20 forks source link

Scrollbar on xAxis doesn't work #21

Open spiovesan opened 9 years ago

spiovesan commented 9 years ago

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.

jhuenges commented 9 years ago

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! :)

jhuenges commented 9 years ago

@spiovesan did the comment help?