In this post, we will see how to resolve multiple linedataset label didn’t show MPAndroidChart Question: I’m trying to show the label of my LineDataSet, but it didn’t show on my android chart. It should be 4 labels at the ...

Question: I added it to my project but I can’t import it in code build.gradle: and Answer: Add maven { url 'https://jitpack.io' } to the settings.graddle and it should work properly If you have better answer, please add a comment ...

Question: I want to plot Bar charts in an Android app similar to “Health” app of iOS. Here are screenshots. I tried to plot using MPAndroidChart. I have seen examples given in that library but didn’t able to plot as ...

Question: I try to display live data in an MPAndroidChart hosted in an AndroidView. I get the graph but an UnsupportedOperationException happens when I call addEntry() to update the graph dynamically. Am I doing something wrong? You find a demo ...

Question: I’ve got the following BarEntry List: Which results in following values: My XAxis ValueFormatter: The current chart looks like this: That’s not how I expected it to be. I’m trying that my chart to look like this: Basically, my ...

Question: I wanna fill 5 other colors by layer/section like photo with Radar chart(MPAndroidChart). Please help me to solve this problem. Thanks. https://i.stack.imgur.com/yPiQC.png Answer: Current version MPAndroidChart(3.1.0), but you can download their code and make your own logic. I could ...