소스 검색

Fix: min zoom scale

Jon Fawcett 6 년 전
부모
커밋
18aae057f5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      LoopFollow/Controllers/Graphs.swift

+ 2 - 2
LoopFollow/Controllers/Graphs.swift

@@ -214,7 +214,7 @@ extension MainViewController {
         
         BGChart.data = data
         BGChart.setExtraOffsets(left: 10, top: 10, right: 10, bottom: 10)
-        BGChart.setVisibleXRangeMinimum(10)
+        
        
         
     }
@@ -314,7 +314,7 @@ extension MainViewController {
         }
         
         BGChart.rightAxis.axisMaximum = Double(maxBG)
-       
+        BGChart.setVisibleXRangeMinimum(600)
         
         BGChart.data?.dataSets[dataIndex].notifyDataSetChanged()
         BGChart.data?.notifyDataChanged()