Skip to content

Commit 28e31f2

Browse files
committed
fixed pie chart bug
1 parent c43c542 commit 28e31f2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

RNiOSCharts/RNPieChart.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ class RNPieChart : PieChartView {
3737
self.holeColor = RCTConvert.UIColor(json["holeColor"].intValue);
3838
}
3939

40-
if json["holeTransparent"].isExists() {
41-
self.holeTransparent = json["holeTransparent"].boolValue;
42-
}
43-
44-
if json["holeAlpha"].isExists() {
45-
self.holeAlpha = CGFloat(json["holeAlpha"].floatValue);
46-
}
47-
4840
if json["drawHoleEnabled"].isExists() {
4941
self.drawHoleEnabled = json["drawHoleEnabled"].boolValue;
5042
}

0 commit comments

Comments
 (0)