Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed Apr 12, 2016
1 parent 9f19195 commit 0b60d65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public class BarChartDataSet: BarLineScatterCandleBubbleChartDataSet, IBarChartD
_yMin = DBL_MAX
_yMax = -DBL_MAX

for i in start ... endValue
for i in start.stride(through: endValue, by: 1)
{
if let e = _yVals[i] as? BarChartDataEntry
{
Expand Down

0 comments on commit 0b60d65

Please sign in to comment.