Set z-index of markers to be the highest
This commit is contained in:
parent
06bed3332d
commit
c8553da89c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue