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.
 How to hide only the lines inside the red box
**Is your feature request related to a problem? Please describe.** Yes, we want to show something like wherein, when X did in June month, Y did in July month, Z...
 ζθΎ¦ζ³εε° xθ»Έ ιηι‘θ²δΈεεη°θ²γη½θ²ηΈι
## PR Checklist: - [yes] I have tested this extensively and it does not break any existing behavior. - [N/A] I have added/updated examples and tests for any new behavior....
Hi Folks, Greetings of the day! --- Suppose I have three values in X axis: 1. 10:00 AM 2. 12:00 PM 3. 08:00 PM --- Now I want `com.github.mikephil.charting.charts.LineChart` to...
Have a nice day. we have encountered an error on some devices Device 1 **Brand:TIS001 Model:TIS001 Orientation: Portrait RAM free: 224.21 MB Disk free: 36.59 MB Operating system Version:Android 6.0...
In LineChart, if you add some zero line data, the zero data line can only be drawn a half. version:3.1.0
Hi, i have a problem about my linechart's circles. I use this method to make a Gradient LineChart : `Paint paint = mChart.getRenderer().getPaintRender(); int height = mChart.getHeight(); LinearGradient linGrad =...
Hello, I am trying to enable the horizontal scrollbar on a bar chart by using the following code, but it is not working. `chart.setHorizontalScrollBarEnabled(true)` or `chart.rootView.setHorizontalScrollBarEnabled(true)` Please help, thank you.
I'm trying to plot single value in a mp Android Line chart along with x Axis Value formater but when code implements i got array index out of bound exception...