Skip to content

Commit

Permalink
Set z-index of markers to be the highest (Closes #1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Sep 29, 2016
1 parent 80e58b0 commit 768acb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Charts/Charts/BarLineChartViewBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ open class BarLineChartViewBase: ChartViewBase, BarLineScatterCandleBubbleChartD

_legendRenderer.renderLegend(context: context)

drawMarkers(context: context)

drawDescription(context: context)

drawMarkers(context: context)
}

fileprivate var _autoScaleLastLowestVisibleX: Double?
Expand Down

0 comments on commit 768acb5

Please sign in to comment.