Equipment schedule - How to focus on current date

I'm trying to make the equipment schedule component show all planned events (startDate=first event start date and endDate=last event end date) but initially focus on the current day when the page is opened.
Is there a way to do so? If I set the startDate to whatever in the past when I load the page the focus is on the start date, not on the currentTimeIndicator.
Thanks

As far as I know, you can't control the horizontal scroll position as a built-in feature of Ignition. What you can do is inject javascript through markdown.

1 Like