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.
First of all, thank you for the great library. I need some help with this problem.  In the above image of the pie chart, we are using a transparent...
How to setColor() on a line chart that was already initialized? Currently, there is an option to getColor() after the dataset was initialized but no setColor()
I'd like to create a StackedBarChar with some vertical spacing between the entries that belongs to the same X values. I tried to find any docs related, but all I...
I want to draw this line chart and I added 3 limit lines.Chart's default color must be grey and if chart lower than 2.limit line chart color is must be...
I used the setGradientColor(xx, xx) in HorizontalBarChart ,but it do not work in any condition . is it a bug? if not, add it in example ,please. thanks.
Hi PhilJay, I need some help in candlestick chart, i want to display both the values (Low and high) on graph but its only showing high value is there any...
getEntryIndex in class DataSet.java have bug When I draw a line from a larger point to a smaller one, this function cannot work well ``` ArrayList entries = new ArrayList();...
# *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...
## PR Checklist: - [x] I have tested this extensively and it does not break any existing behavior. - [x] I have added/updated examples and tests for any new behavior....
FATAL EXCEPTION: main Process: com.lotus.trackreport, PID: 12011 java.lang.IndexOutOfBoundsException: Index: 3138, Size: 0 at java.util.ArrayList.get(ArrayList.java:437) at com.github.mikephil.charting.data.DataSet.getEntryForIndex(DataSet.java:294) at com.github.mikephil.charting.renderer.LineChartRenderer.drawLinear(LineChartRenderer.java:393) at com.github.mikephil.charting.renderer.LineChartRenderer.drawDataSet(LineChartRenderer.java:119) at com.github.mikephil.charting.renderer.LineChartRenderer.drawData(LineChartRenderer.java:101) at com.github.mikephil.charting.charts.BarLineChartBase.onDraw(BarLineChartBase.java:237) at android.view.View.draw(View.java:23073) at android.view.View.updateDisplayListIfDirty(View.java:21930) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4728)...