diff --git a/Charts/Classes/Charts/RadarChartView.swift b/Charts/Classes/Charts/RadarChartView.swift index e6a7e91f..cfb24653 100644 --- a/Charts/Classes/Charts/RadarChartView.swift +++ b/Charts/Classes/Charts/RadarChartView.swift @@ -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!