|
@@ -321,6 +321,8 @@ struct MainChartView: View {
|
|
|
calculatePredictionDots(fullSize: fullSize, type: .zt)
|
|
calculatePredictionDots(fullSize: fullSize, type: .zt)
|
|
|
calculatePredictionDots(fullSize: fullSize, type: .uam)
|
|
calculatePredictionDots(fullSize: fullSize, type: .uam)
|
|
|
calculateGlucoseDots(fullSize: fullSize)
|
|
calculateGlucoseDots(fullSize: fullSize)
|
|
|
|
|
+ calculateBolusDots(fullSize: fullSize)
|
|
|
|
|
+ calculateBolusDots(fullSize: fullSize)
|
|
|
}
|
|
}
|
|
|
.onChange(of: didAppearTrigger) { _ in
|
|
.onChange(of: didAppearTrigger) { _ in
|
|
|
calculatePredictionDots(fullSize: fullSize, type: .iob)
|
|
calculatePredictionDots(fullSize: fullSize, type: .iob)
|
|
@@ -328,6 +330,8 @@ struct MainChartView: View {
|
|
|
calculatePredictionDots(fullSize: fullSize, type: .zt)
|
|
calculatePredictionDots(fullSize: fullSize, type: .zt)
|
|
|
calculatePredictionDots(fullSize: fullSize, type: .uam)
|
|
calculatePredictionDots(fullSize: fullSize, type: .uam)
|
|
|
calculateGlucoseDots(fullSize: fullSize)
|
|
calculateGlucoseDots(fullSize: fullSize)
|
|
|
|
|
+ calculateBolusDots(fullSize: fullSize)
|
|
|
|
|
+ calculateBolusDots(fullSize: fullSize)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|