Skip to content

Commit

Permalink
fix line chart UT failures
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed Aug 28, 2020
1 parent bcbb0aa commit 1c3891e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Charts/Renderers/LineChartRenderer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ open class LineChartRenderer: LineRadarRenderer
viewPortHandler: viewPortHandler),
at: CGPoint(x: pt.x,
y: pt.y - CGFloat(valOffset) - valueFont.lineHeight),
align: .center,
angleRadians: angleRadians,
attributes: [.font: valueFont,
.foregroundColor: dataSet.valueTextColorAt(j)])
Expand Down

0 comments on commit 1c3891e

Please sign in to comment.