Skip to content

Commit

Permalink
Minor offsets adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Jan 17, 2016
1 parent 14ca093 commit ebc9bc5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ - (void)viewDidLoad
[self setupBarLineChartView:_lineChartView];
[self setupBarLineChartView:_barChartView];

_lineChartView.extraBottomOffset = 5.f;
_barChartView.extraBottomOffset = 5.f;

_lineChartView.leftAxis.drawGridLinesEnabled = NO;
_lineChartView.xAxis.drawGridLinesEnabled = NO;
_barChartView.leftAxis.drawGridLinesEnabled = NO;
Expand Down

0 comments on commit ebc9bc5

Please sign in to comment.