Skip to content

Commit

Permalink
chart views now use open legend renderer property instead of internal…
Browse files Browse the repository at this point in the history
… one (ChartsOrg#3149)
  • Loading branch information
l-lemesev authored and kalmurzayev committed Feb 26, 2018
1 parent 277bb59 commit 359eb6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Source/Charts/Charts/BarLineChartViewBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,14 @@ open class BarLineChartViewBase: ChartViewBase, BarLineScatterCandleBubbleChartD
max: xAxis._axisMaximum,
inverted: false)

<<<<<<< 277bb5917868128dbe34a5a86c14ef91f9c8da39
legendRenderer.computeLegend(data: data)
=======
if _legend !== nil
{
legendRenderer?.computeLegend(data: data)
}
>>>>>>> chart views now use open legend renderer property instead of internal one (#3149)
}

calculateOffsets()
Expand Down

0 comments on commit 359eb6c

Please sign in to comment.