Skip to content

Commit

Permalink
Fixed pie-chart highlight position while animating on X
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Dec 16, 2015
1 parent 91001c0 commit 0ada417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/Classes/Renderers/PieChartRenderer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public class PieChartRenderer: ChartDataRendererBase
angle = rotationAngle + absoluteAngles[xIndex - 1]
}

angle *= _animator.phaseY
angle *= _animator.phaseX

let sliceDegrees = drawAngles[xIndex]

Expand Down

0 comments on commit 0ada417

Please sign in to comment.