Meteor-HighCharts icon indicating copy to clipboard operation
Meteor-HighCharts copied to clipboard

Scrollbar on xAxis doesn't work

Open spiovesan opened this issue 9 years ago • 2 comments

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.

spiovesan avatar Jun 14 '15 16:06 spiovesan

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 avatar Jun 14 '15 17:06 jhuenges

@spiovesan did the comment help?

jhuenges avatar Jun 15 '15 18:06 jhuenges