I am using highcharts gantt for one of my requirement. I am trying to figure out how scroll position can be at the start of the chart. Later it can be scrolled to the end.
For demo purpose, I created a fiddle https://jsfiddle.net/jon_a_nygaard/t0bjo6dq/
scrollbar: {
enabled: true
},
I will try to explain with an image.
This can be a general case for any highcharts chart.
I tried setExtremes, but the way chart loaded is different with this.
Please help. Thanks