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 319 MPAndroidChart issues
Sort by recently updated
recently updated
newest added

java.util.ArrayList.get(ArrayList.java:310) -- 2 com.github.mikephil.charting.data.DataSet.getEntryIndex(DataSet.java:310) 3 com.github.mikephil.charting.data.DataSet.getEntryForXValue(DataSet.java:281) 4 com.github.mikephil.charting.renderer.BarLineScatterCandleBubbleRenderer$XBounds.set(BarLineScatterCandleBubbleRenderer.java:88) 5 com.github.mikephil.charting.renderer.LineChartRenderer.drawCubicBezier(LineChartRenderer.java:193) 6 com.github.mikephil.charting.renderer.LineChartRenderer.drawDataSet(LineChartRenderer.java:123) 7 com.github.mikephil.charting.renderer.LineChartRenderer.drawData(LineChartRenderer.java:101) 8 com.github.mikephil.charting.charts.BarLineChartBase.onDraw(BarLineChartBase.java:237) 9 android.view.View.draw(View.java:15114) 10 android.view.View.updateDisplayListIfDirty(View.java:14048) 11 android.view.View.getDisplayList(View.java:14071) 12 android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:3388) 13 android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:3367) 14 android.view.View.updateDisplayListIfDirty(View.java:14008) 15 android.view.View.getDisplayList(View.java:14071)...

https://stackoverflow.com/questions/76376641/how-draw-line-chart-in-reverse-direction-ie-starting-from-right-to-left-direction Is there any way to animate line chart from right to left instead of left to right?

Hi, I'm new to Android Dev and I'm really struggling to figure out how to get the library to behave the way I want. I have a recycler & card...

![Screenshot](https://user-images.githubusercontent.com/24856031/62598582-75932d00-b907-11e9-8c81-a7aadcc650fb.png) Hi. I want to remove those lines between groups. I tried every thing. But couldn't achieved it. Please give me a solution. ```float groupSpace = 0.54f; float barSpace =...

image - https://i.stack.imgur.com/HKZXi.png I want to add marker to radarchart as shown in above image in kotlin.

Please tell me, I use this graph, I can't find a modifier that puts a point on the graph line....

Hi there, I can't remove the intermediate values on the graph. ![Screenshot_20230510_170847](https://github.com/PhilJay/MPAndroidChart/assets/18351826/9356dcb7-d963-42d7-a84c-a8a0d62b1719) Thank you very much!

Version 3.1.0 pre-release ``` Fatal Exception: java.lang.NegativeArraySizeException: -2 at androidx.appcompat.widget.TooltipCompat.com.github.mikephil.charting.utils.Transformer.generateTransformedValuesLine(SourceFile:2178) at com.github.mikephil.charting.renderer.LineChartRenderer.drawValues(SourceFile:549) at com.github.mikephil.charting.charts.BarLineChartBase.onDraw(SourceFile:278) at android.view.View.draw(View.java:17214) at android.view.View.updateDisplayListIfDirty(View.java:16196) at android.view.View.draw(View.java:16980) at android.view.ViewGroup.drawChild(ViewGroup.java:3729) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3515) at android.view.View.updateDisplayListIfDirty(View.java:16191) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:3713) at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:3693)...

bug

I'm trying to implement the deletion of data points. The user touches a data point and the marker appears and includes a delete button. However, for this to work, I...

# *STOP RIGHT THERE!* Issues are ***NOT*** for getting help, only for reporting bugs and feature requests. Search open and closed issues to see if your question already has an...