Skip to content

Commit

Permalink
Fixed offset of demo balloon marker
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Oct 10, 2016
1 parent 32a5952 commit 5d54cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChartsDemo/Classes/Components/BalloonMarker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ open class BalloonMarker: MarkerImage
{
let size = self.size
var point = point
point.x -= size.width / 2.0
point.y -= size.height
return super.offsetForDrawing(atPoint: point)
}
Expand Down

0 comments on commit 5d54cfd

Please sign in to comment.