Maybe, it's not a bug and I found the solution: Use .id() with Charts, e.g. Chart {...}.id(someHashableObject)
Pseudocode example:
ForEach (identifiableObjects) { identifiableObject in
Chart {
// some Marks...
}
.id(UUID())
}
Seems to work in my case.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: