You can use a method called scrollToDate(date) to scroll to a specific date, not only the current one. So you can do scrollToDate(new Date()) for scrolling to today.
thank you for the response, when I try to call gantt.scroolToDate(new Date) (gantt is the result of gantt = document.querySelector(‘smart-gantt-chart’);), I have an error because scroolToDate is not a function of Gantt. It’s correct?