I tried doing the
scrollbar: {
enabled: true
}
But it didnt work.
I tried using the highcharts.js that comes with highstocks.. that did not work either. Am I doing something wrong?
I tried doing the
scrollbar: {
enabled: true
}
But it didnt work.
I tried using the highcharts.js that comes with highstocks.. that did not work either. Am I doing something wrong?
If your code still doesn't work, you could try changing this :
with this :
and you can add this :
finally, you can add this for how many data points you want to view at a time, example " min: 6 " :
A similar question has already been answer here.
You can refer to this: How to enable scrollbars in highcharts