Skip to content

Commit

Permalink
Merge pull request ChartsOrg#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
danielgindi committed Oct 21, 2015
2 parents 884f86d + 46fd839 commit 94e06ce
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 94e06ce

Please sign in to comment.