GaugeReadingChart
struct GaugeReadingChart : View
A chart view that displays gauge readings
- siteID: The ID of the site to display readings for
-
Undocumented
Declaration
Swift
init(siteID: String, country: String, syncing: Binding<Bool>)
-
Undocumented
Declaration
Swift
@Environment var modelContext: ModelContext { get }
-
Undocumented
Declaration
Swift
@Binding var syncing: Bool { get nonmutating set }
-
The description text for the chart based on the selected date range.
Declaration
Swift
var chartDescriptionText: String { get }
-
Declaration
Swift
var body: some View { get }