From the Q&A in the lounge, it sounds like if you want to filter data, you want to do that before passing it to the Chart. So if you want to show just the past wee, you would filter those points out of your data and then include them in the chart. Additionally, you can use .chartXScale(range:) to manually specify the visible range of data.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: