GaugeReadingChart

struct GaugeReadingChart : View

A chart view that displays gauge readings

  • siteID: The ID of the site to display readings for

Lifecycle

Internal

  • 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 }

GaugeReadingChart

  • Subview that displays a chart with the readings

    See more

    Declaration

    Swift

    struct ChartView : View
  • Undocumented

    See more

    Declaration

    Swift

    struct Series : Identifiable, Equatable