diff --git a/ios/ReactNativeCharts/pie/RNPieChartView.swift b/ios/ReactNativeCharts/pie/RNPieChartView.swift index 46f82d033..84dcb0c0b 100644 --- a/ios/ReactNativeCharts/pie/RNPieChartView.swift +++ b/ios/ReactNativeCharts/pie/RNPieChartView.swift @@ -89,11 +89,10 @@ class RNPieChartView: RNChartViewBase { } override func didSetProps(_ changedProps: [String]!) { - super.didSetProps(changedProps); let pieChartDataSet = chart.data?.dataSets[0] as? PieChartDataSet pieChartDataSet?.entryLabelColor = chart.entryLabelColor pieChartDataSet?.entryLabelFont = chart.entryLabelFont - } + } }