Skip to content

Commit

Permalink
Merge pull request #488 from PhilJay/master
Browse files Browse the repository at this point in the history
Fix issue related to PhilJay/MPAndroidChart#1121
  • Loading branch information
IncredibleStar committed Oct 21, 2015
2 parents 3f6b2a0 + 2677561 commit ba15ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/Classes/Charts/RadarChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class RadarChartView: PieRadarChartViewBase
public var drawWeb = true

/// modulus that determines how many labels and web-lines are skipped before the next is drawn
private var _skipWebLineCount = 1
private var _skipWebLineCount = 0

/// the object reprsenting the y-axis labels
private var _yAxis: ChartYAxis!
Expand Down

0 comments on commit ba15ab7

Please sign in to comment.