瀏覽代碼

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()