Skip to content

Commit

Permalink
Allowing overrides for YAxisRenderer.drawYLabels (ChartsOrg#4089)
Browse files Browse the repository at this point in the history
  • Loading branch information
muclemente authored and SwiftPolar committed Mar 20, 2023
1 parent 740c6d9 commit 4cc4bba
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 4cc4bba

Please sign in to comment.