Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Highchart Scrollbar position

Tags:

highcharts

How to set scrollbar position to Left in highcharts/highstock ? enter image description here

As shown in image when the chart loads,
The scrollbar is automatically aligned to right.
Is there a way to position it to Left ?

like image 476
Nagesh Salunke Avatar asked Dec 06 '25 04:12

Nagesh Salunke


2 Answers

We can do this thing using setting min to 0

 xAxis: {
    min: 0, //setting min to 0
    max: 5
},

here is Jsfiddle link .

like image 133
Nagesh Salunke Avatar answered Dec 08 '25 23:12

Nagesh Salunke


You can use setExtremes http://api.highcharts.com/highstock#Axis.setExtremes() and define range for scrollbar.

like image 42
Sebastian Bochan Avatar answered Dec 09 '25 00:12

Sebastian Bochan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!