Skip to content

Commit

Permalink
Fix issue related to PhilJay/MPAndroidChart#1121
Browse files Browse the repository at this point in the history
  • Loading branch information
rcblue committed Oct 20, 2015
1 parent 12ba07d commit 0970760
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 0970760

Please sign in to comment.