File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
AAInfographics/AAChartCreator Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -359,20 +359,20 @@ public class AAChartModel: AAObject {
359359
360360 @discardableResult
361361 public func dataLabelsFontColor( _ prop: String ) -> AAChartModel {
362- dataLabelsFontColor = prop
363- return self
362+ dataLabelsFontColor = prop
363+ return self
364364 }
365365
366366 @discardableResult
367367 public func dataLabelsFontSize( _ prop: Float ? ) -> AAChartModel {
368- dataLabelsFontSize = prop
369- return self
368+ dataLabelsFontSize = prop
369+ return self
370370 }
371371
372372 @discardableResult
373373 public func dataLabelsFontWeight( _ prop: AAChartFontWeightType ) -> AAChartModel {
374- dataLabelsFontWeight = prop
375- return self
374+ dataLabelsFontWeight = prop
375+ return self
376376 }
377377
378378 @discardableResult
@@ -425,20 +425,20 @@ public class AAChartModel: AAObject {
425425
426426 @discardableResult
427427 public func yAxisMin( _ prop: Float ) -> AAChartModel {
428- yAxisMin = prop
429- return self
428+ yAxisMin = prop
429+ return self
430430 }
431431
432432 @discardableResult
433433 public func yAxisMax( _ prop: Float ) -> AAChartModel {
434- yAxisMax = prop
435- return self
434+ yAxisMax = prop
435+ return self
436436 }
437437
438438 @discardableResult
439439 public func yAxisAllowDecimals( _ prop: Bool ) -> AAChartModel {
440- yAxisAllowDecimals = prop
441- return self
440+ yAxisAllowDecimals = prop
441+ return self
442442 }
443443
444444 @discardableResult
You can’t perform that action at this time.
0 commit comments