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

**Summary** Implementing the ScatterChart with same x axis value. Getting the exception as "**java.lang.NegativeArraySizeException: -6**" I am getting single point from ioT device therefore each entry is plotted on graph,...

**Summary** When `CUBIC_BEZIER` and `LINEAR` draw modes are used, in the same line chart, the color of the linear line data sets seem to take precedence over curved line datasets...

I started to use this library for my project and here is a first suggestion/question (depending on whether it is already possible or not). When I select a point (Entry)...

enhancement

I am hiding the legend, and would prefer no spacing between the chart and container bottom

when i have added time in axis time and y axis values are displayed but bar is not drawn yet.. i need urgent help adding code here if (barEntriesArrayList.isEmpty()) {...

Hi, I want to get the pos X and Y of the Highlight value when I set the highlight value programmatically When i use the drag to show highlight value,...

![Screenshot_2023-03-08-13-13-47-688-edit_com whatsapp](https://user-images.githubusercontent.com/127287152/223652100-7877a695-f13e-4e3f-aa95-d73d69cb5ef6.jpg) # *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...

### The problem `StackedValueFormatter` when setting the `drawWholeStack` parameter to `false` is expected to draw only the topmost value on the stack which is a sum of all stack values...

LineChart got smaller and even not visible when entries are above 50. It draws normally with 50 size of entries but with 51, 52 ... n it disappeared. Here is...

I am facing trouble while implementing a feature that is described below: I want to grayed out all the un-selected slices in the pie chart and should be highlighted only...