Is this your idea? I plan to do it like this:
ScrollView {
ForEach(monthlySales) { sales in
Chart(sales) { ... }
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: