Skip to content

Commit

Permalink
Merge pull request #9 from ar-rahimi/feature/add-label-to-piechart-sl…
Browse files Browse the repository at this point in the history
…ices

added prefix postfix
  • Loading branch information
ar-rahimi authored Sep 8, 2020
2 parents d6ef575 + 4819868 commit 5daf672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/SwiftUICharts/PieChart/PieChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public struct PieChartView : View {
}
self.dropShadow = dropShadow!
self.valueSpecifier = valueSpecifier!
self.showPercentage = showPercentage!
self.prefix = prefix!
self.postfix = postfix!
}
Expand Down

0 comments on commit 5daf672

Please sign in to comment.