|
@@ -697,13 +697,14 @@ extension Home {
|
|
|
.overlay(mainChart)
|
|
.overlay(mainChart)
|
|
|
.clipShape(RoundedRectangle(cornerRadius: 15))
|
|
.clipShape(RoundedRectangle(cornerRadius: 15))
|
|
|
.shadow(radius: 3)
|
|
.shadow(radius: 3)
|
|
|
- .padding(10)
|
|
|
|
|
|
|
+ .padding(.horizontal, 10)
|
|
|
.frame(maxHeight: UIScreen.main.bounds.height / 2.2)
|
|
.frame(maxHeight: UIScreen.main.bounds.height / 2.2)
|
|
|
|
|
|
|
|
Spacer()
|
|
Spacer()
|
|
|
|
|
|
|
|
pickerPanel(geo)
|
|
pickerPanel(geo)
|
|
|
- .padding(.top, 13)
|
|
|
|
|
|
|
+
|
|
|
|
|
+ Spacer()
|
|
|
|
|
|
|
|
legendPanel
|
|
legendPanel
|
|
|
|
|
|