MPAndroidChart
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.
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:  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...
Gh
**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  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...