I am using MPAndroidChart in my Android app. I use a BarChart
composed of BarEntry
. I also enabled the y-values to be displayed on top of the bar.
My issue is that I want the values on top of the bars to be whole numbers like 5
. But currently the values display as 5.00
.
So how do I make 5.00
display as 5
?