Skip to content

Commit

Permalink
Merge pull request #324 from liuxuan30/CombinedChartCalcMinMax
Browse files Browse the repository at this point in the history
Corrected X min/max in combined chart (fixed #323)
  • Loading branch information
danielgindi committed Sep 5, 2015
2 parents 5bcc37b + 243911f commit 3358a06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Charts/Classes/Charts/CombinedChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ public class CombinedChartView: BarLineChartViewBase
}
}
}
else
{
_chartXMin = 0.0
_chartXMax = Double(_data.xValCount - 1)
}

_deltaX = CGFloat(abs(_chartXMax - _chartXMin))
}
Expand Down

0 comments on commit 3358a06

Please sign in to comment.