Saw in the documentation that there's an action listener for scroll-chart but was not sure if the same action can be used to programatically trigger a scroll on the gantt chart.
I tried apiInit.exec('scroll-chart', { left: 1000 }); on init but it seems that its not horizontally scrolling the gantt chart on page load.