diff --git a/Source/Charts/Charts/PieChartView.swift b/Source/Charts/Charts/PieChartView.swift index 1c2de2920c..720cf7764c 100755 --- a/Source/Charts/Charts/PieChartView.swift +++ b/Source/Charts/Charts/PieChartView.swift @@ -57,7 +57,6 @@ open class PieChartView: PieRadarChartViewBase /// indicates the size of the hole in the center of the piechart /// /// **default**: `0.5` - private var _holeRadiusPercent = CGFloat(0.5) private var _holeRadiusPercentHighlighted = CGFloat(0.5) diff --git a/Source/Charts/Components/AxisBase.swift b/Source/Charts/Components/AxisBase.swift index fbab2c0f71..6d4b4ebb75 100644 --- a/Source/Charts/Components/AxisBase.swift +++ b/Source/Charts/Components/AxisBase.swift @@ -228,10 +228,6 @@ open class AxisBase: ComponentBase { _labelCount = newValue - if _labelCount > 25 - { - _labelCount = 25 - } if _labelCount < 2 { _labelCount = 2