We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43c542 commit 28e31f2Copy full SHA for 28e31f2
RNiOSCharts/RNPieChart.swift
@@ -37,14 +37,6 @@ class RNPieChart : PieChartView {
37
self.holeColor = RCTConvert.UIColor(json["holeColor"].intValue);
38
}
39
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
48
if json["drawHoleEnabled"].isExists() {
49
self.drawHoleEnabled = json["drawHoleEnabled"].boolValue;
50
0 commit comments