Skip to content

Commit

Permalink
for ChartsOrg#1208, seems drawBarShadowEnabled should be false by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
liuxuan30 committed Jul 6, 2016
1 parent a7155c6 commit 4d08068
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 @@ -25,7 +25,7 @@ public class CombinedChartRenderer: ChartDataRendererBase
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 = [ChartDataRendererBase]()

Expand Down

0 comments on commit 4d08068

Please sign in to comment.