Set z-index of markers to be the highest

This commit is contained in:
Daniel Cohen Gindi 2016-09-29 09:09:05 +03:00 committed by GitHub
parent 06bed3332d
commit c8553da89c

View file

@ -252,10 +252,10 @@ public abstract class BarLineChartBase<T extends BarLineScatterCandleBubbleData<
mLegendRenderer.renderLegend(canvas);
drawMarkers(canvas);
drawDescription(canvas);
drawMarkers(canvas);
if (mLogEnabled) {
long drawtime = (System.currentTimeMillis() - starttime);
totalTime += drawtime;