Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyZeng committed Dec 1, 2017
1 parent 28a2fed commit 04bc28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Charts/Renderers/YAxisRenderer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ open class YAxisRenderer: AxisRendererBase
context.beginPath()
// 绘制线下面的区域颜色,从小到大进行渲染颜色
context.setFillColor(l.lineBottomSpaceColor.cgColor)
context.setStrokeColor(UIColor.clear.cgColor)
context.setStrokeColor(NSUIColor.clear.cgColor)

context.move(to: CGPoint(x: viewPortHandler.contentLeft, y: position.y))
context.addLine(to: CGPoint(x: viewPortHandler.contentRight, y: position.y))
Expand Down

0 comments on commit 04bc28a

Please sign in to comment.