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

![image](https://user-images.githubusercontent.com/20589089/174982432-02e0b5d0-3c79-4aa1-85b0-04841c743bb4.png) 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...

![image](https://user-images.githubusercontent.com/20589089/174745176-022996b3-747f-46bb-b0e8-65f83c56ed19.png) ζœ‰θΎ¦ζ³•εšεˆ° 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.

feature

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...