Compare commits

...

1 Commits

Author SHA1 Message Date
Andras Samu b2b0b83b4b fixed style error 2019-09-30 10:31:34 +02:00
2 changed files with 1 additions and 1 deletions
@@ -27,7 +27,7 @@ public struct BarChartView : View {
var isFullWidth:Bool {
return self.style.chartFormSize == Form.large
}
public init(data: [Int], title: String, legend: String? = nil, style: ChartStyle = Styles.barChartStyleOne ){
public init(data: [Int], title: String, legend: String? = nil, style: ChartStyle = Styles.barChartStyleOrangeLight ){
self.data = data
self.title = title
self.legend = legend