Skip to content

Commit

Permalink
Fixed logic ChartsOrg#2
Browse files Browse the repository at this point in the history
  • Loading branch information
bivanov committed Dec 14, 2018
1 parent b18e96f commit 32ae510
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 @@ -313,7 +313,7 @@ open class YAxisRenderer: AxisRendererBase
clippingRect.size.height += l.lineWidth
context.clip(to: clippingRect)

position.x = 0.0
position.x = CGFloat(l.startPoint ?? 0.0)
position.y = CGFloat(l.limit)
position = position.applying(trans)

Expand Down

0 comments on commit 32ae510

Please sign in to comment.