Skip to content

Commit

Permalink
Allowing overrides for YAxisRenderer.drawYLabels (#4089)
Browse files Browse the repository at this point in the history
  • Loading branch information
muclemente authored and liuxuan30 committed Nov 11, 2019
1 parent eb0acae commit 67110e4
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 @@ -125,7 +125,7 @@ open class YAxisRenderer: AxisRendererBase
}

/// draws the y-labels on the specified x-position
internal func drawYLabels(
open func drawYLabels(
context: CGContext,
fixedPosition: CGFloat,
positions: [CGPoint],
Expand Down

0 comments on commit 67110e4

Please sign in to comment.