Skip to content

Commit

Permalink
Changed x axis granularity to 0.5
Browse files Browse the repository at this point in the history
Issue: #48
  • Loading branch information
gdombiak committed Aug 19, 2018
1 parent 3ecb6e3 commit 6b756b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OctoPod/Panel UI/Subpanels/TempHistoryViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class TempHistoryViewController: UIViewController, SubpanelViewController {
lineChartView.xAxis.granularityEnabled = true
lineChartView.leftAxis.granularityEnabled = true
lineChartView.rightAxis.granularityEnabled = true
lineChartView.xAxis.granularity = 0.5
lineChartView.leftAxis.granularity = 0.5
lineChartView.rightAxis.granularity = 0.5

Expand Down

0 comments on commit 6b756b7

Please sign in to comment.