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

**Summary** When there is data for more than one values on the x-axis (in this case the date), the output is shown as expected. However, when there is data for...

When I set min visible x range on the linechart, and I zoom in as far as possible, the line chart starts translating in weird directions. Does anyone have an...

![img_20170307_130925](https://cloud.githubusercontent.com/assets/4905274/23646729/29ef1b48-0338-11e7-876d-f2ee6b05882f.jpg) **x-axis is time and y-axis is price...** This is how I am adding data into BarEntry `JSONArray ChartDataPointArray = data.getJSONArray("ChartDataPoint"); System.out.println("ChartDataPointArray " + ChartDataPointArray.toString()); System.out.println("ChartDataPointArray length " + ChartDataPointArray.length());...

i have used this library. every thing is fine. But i want to use custom font in the slice of pie chart. how it could be possible. ![problem](https://user-images.githubusercontent.com/19422507/41895798-caac03a6-7944-11e8-86cf-090f5b5aa60c.png) Thank in...

[MoveVIewJab.java](https://github.com/PhilJay/MPAndroidChart/blob/master/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/MoveViewJob.java) in a `private static ObjectPool pool;` occurs memory leck.

bug

I see that the library isn't super active, sorry if below query is a bit of an annoyance. To start with thanks for a great library. Just wondering if there...

``` * What went wrong: 9 actionable tasks: 9 executed Execution failed for task ':mergeGoogleBetaNativeLibs'. > Could not resolve all files for configuration ':googleBetaRuntimeClasspath'. > Could not resolve com.github.devnullorthrow:MPAndroidChart:3.2.0-alpha. Required...

When value over 100M, bar chart don't show. Please help me ![image](https://user-images.githubusercontent.com/55149382/209310821-0cf14e2e-61fd-4002-afbb-4a063efcf833.png)

Hi, This is the first time that I use the MPAndroidchart librairy, the 3.0.1 version ia used. I have a little problem with my line chart, the curve is not...

When set setClipToChildren and setClipToPadding to false on the chart, the marker view displayed outside of the chart is not visible. I want to put the marker view above the...