Jon Mårtensson 2 лет назад
Родитель
Сommit
5402f2e681
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      FreeAPS/Sources/Modules/Bolus/View/Predictions.swift

+ 0 - 5
FreeAPS/Sources/Modules/Bolus/View/Predictions.swift

@@ -101,10 +101,5 @@ struct PredictionView: View {
             "ZT": Color(.ZT)
         ])
         .chartYAxisLabel("Glucose, " + units.rawValue, alignment: .center)
-        .chartXAxis {
-            AxisMarks(values: .stride(by: .hour)) { _ in
-                AxisValueLabel(format: .dateTime.hour())
-            }
-        }
     }
 }