Skip to content

Commit

Permalink
Merge pull request #1226 from liuxuan30/turnOffBarShadow
Browse files Browse the repository at this point in the history
for #1208, seems drawBarShadowEnabled should be false by default
  • Loading branch information
danielgindi committed Aug 14, 2016
2 parents e628b7a + 4d08068 commit a8cf54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/Classes/Renderers/CombinedChartRenderer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class CombinedChartRenderer: DataRenderer
public var drawValueAboveBarEnabled = true

/// if set to true, a grey area is drawn behind each bar that indicates the maximum value
public var drawBarShadowEnabled = true
public var drawBarShadowEnabled = false

internal var _renderers = [DataRenderer]()

Expand Down

0 comments on commit a8cf54a

Please sign in to comment.