yes you can implement scrolling behavior by putting your entire chart inside a horizontal scroll view
ScrollView(.horizontal) {
Chart{...}
}
this was covered by Jordi Bruin, you can check it out here on his Github repo
https://github.com/jordibruin/Swift-Charts-Examples
i hope this is what your re looking for
Cheers,
Jono