Explorar o código

set size to 200 because on iphone 13 its too big otherwise

Arif Kobel %!s(int64=2) %!d(string=hai) anos
pai
achega
aaf604ee5a

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/Chart/MainChartView2.swift

@@ -221,7 +221,7 @@ extension MainChartView2 {
             }.id("MainChart")
                 .frame(
                     width: max(0, screenSize.width - 20, fullWidth(viewWidth: screenSize.width)),
-                    height: min(screenSize.height, 300)
+                    height: min(screenSize.height, 200)
                 )
 //                .chartYScale(domain: 0 ... 450)
                 .chartXAxis {