diff --git a/TournamentStats/UI/components/PieChart.swift b/TournamentStats/UI/components/PieChart.swift index 9cc2ee5..54c5d1f 100644 --- a/TournamentStats/UI/components/PieChart.swift +++ b/TournamentStats/UI/components/PieChart.swift @@ -14,7 +14,7 @@ class PieChart : PieChartView { override init(frame: CGRect) { super.init(frame: frame) - self.backgroundColor = UIColor.gray +// self.backgroundColor = UIColor.gray self.holeColor = UIColor.clear self.usePercentValuesEnabled = true diff --git a/TournamentStats/UI/reports/InfographyView.swift b/TournamentStats/UI/reports/InfographyView.swift index 9d68f0c..e378db0 100644 --- a/TournamentStats/UI/reports/InfographyView.swift +++ b/TournamentStats/UI/reports/InfographyView.swift @@ -154,7 +154,7 @@ class InfographyView: UIView { self.container42.addSubview(holdemDistributionPie) self.container42.addMaxConstraints(view: holdemDistributionPie) - self.label51.text = "Average WSOP 2019 Event".uppercased() + self.label51.text = "Average event" let ds = generator.averageEvent.first self.collectionView51.register(UINib(nibName: "StatCollectionViewCell", bundle: Bundle.main), forCellWithReuseIdentifier: "Stat") self.collectionView51.dataSource = ds diff --git a/TournamentStats/UI/reports/InfographyView.xib b/TournamentStats/UI/reports/InfographyView.xib index 1cda17d..c64ec39 100644 --- a/TournamentStats/UI/reports/InfographyView.xib +++ b/TournamentStats/UI/reports/InfographyView.xib @@ -40,7 +40,7 @@ - + @@ -51,11 +51,11 @@ - + - +