MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.

Results 328 MPAndroidChart issues
Sort by recently updated
recently updated
newest added

hi, i'm working with this library . in my case it's showing chart in a fragment , i need custom MarkerView to show after tap on each line data entry....

I am trying to achieve below like stacked bar chart. I can do rounded corners for the whole bar by using rounded corner renderer but I want to make rounded...

Hi, is it possible to add tick marks on axis in correspondence of the labels? Something like this: ![image](https://user-images.githubusercontent.com/38463563/60656748-4abd4100-9e50-11e9-87b2-ee812bb05d1e.png) Maybe they can be simply an extension of the grid lines....

**Summary** I have made 3 concentric pie charts - the inside one (no hole) responds to touches on the chart. The middle and outer ones (with successively larger holes to...

Hi I was using MPAndroidChart for a bar chart representation in android. I faced a bug where the bars are floating above the X- Axis. Kindly provide the helping hand...

when i trying to setDrawValues(true), it will show all value. but i need to show the value only at begin and end of chart

I wanna the bar show the highlight line when I touch a bar in a chart. however I found that only the linedata can show highlight line, the bar just...

**Summary** **Expected Behavior** **Possible Solution** **Device (please complete the following information):** - Device: [e.g. Google Pixel] - Android Version [e.g. 7.0] - Library Version (e.g. 3.1.0-alpha) **Additional Context** ADD A...

com.github.PhilJay:MPAndroidChart:v3.1.0 Android Studio Electric Eel | 2022.1.1 Beta 1 ![image](https://user-images.githubusercontent.com/54353124/196682657-453d6cfb-4b7d-4cc2-8d97-3b9ac4f18a8c.png) Any ideas? X-axis sorted 100% Thanks!

Hi Team, I'm integrating `StackedBar` chart with latest version of library but it's not allowing me to make center aligned to the bars with x-axis label. I'm posting my code...