Skip to content

Commit

Permalink
Consider _yAxis.isDrawLimitLinesBehindDataEnabled for radar chart
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Feb 22, 2017
1 parent 50b563c commit 63e17ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Source/Charts/Charts/RadarChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,12 @@ open class RadarChartView: PieRadarChartViewBase
{
renderer!.drawHighlighted(context: context, indices: _indicesToHighlight)
}


if _yAxis.isEnabled && !_yAxis.isDrawLimitLinesBehindDataEnabled
{
_yAxisRenderer.renderLimitLines(context: context)
}

_yAxisRenderer.renderAxisLabels(context: context)

renderer!.drawValues(context: context)
Expand Down

0 comments on commit 63e17ca

Please sign in to comment.