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

@joshfriend @mikemonteith @ example, the Entry Count is 3000, scroll the Chart.the GPU draw Time is too long. over 16ms.

There are possibly more chartes where this functionality could be added. But currently is needed only in LineChart 3 modes : default, horizontal gradient, vertical gradient

I am making an app which shows data in PieChart. In short, I have several charts. I am showing charts after choosing them from custom spinner. The problem is that...

![image](https://user-images.githubusercontent.com/56204282/159219235-2c9c02b1-1d9a-4f75-a5a8-7a9929663356.png) I need to present the data in android in the form of a Line graph and give the users a feature to be able to mark certain portions of...

after setting pieChart?.setDrawRoundedSlices(true) I'm unable to view highlighted effect.

This repository seams to be dead since 2019, but there are so much useful non commited contribution. This all is not so good and I started to merge a lot...

What is the best way to check in any available chart if it is empty or has no data ? Which from these is the correct approach? `if (chart.data.dataSets.isEmpty())` `if...

![image](https://user-images.githubusercontent.com/15793303/157258232-c0ad0536-120c-4ae9-a9e7-bac866ad2847.png) any one know how to grouping label something like this With Product 1 as Grouped label, and then each dataset also have their own X axis

java.lang.IllegalArgumentException: width and height must be > 0 at android.graphics.Bitmap.createBitmap(Bitmap.java:1013) at android.graphics.Bitmap.createBitmap(Bitmap.java:980) at android.graphics.Bitmap.createBitmap(Bitmap.java:930) at android.graphics.Bitmap.createBitmap(Bitmap.java:891) at com.github.mikephil.charting.charts.Chart.getChartBitmap(Chart.java:1441) at com.github.mikephil.charting.charts.Chart.saveToGallery(Chart.java:1549) at com.github.mikephil.charting.charts.Chart.saveToGallery(Chart.java:1599) at com.rybt.qhsf.EchartActivity$1.onPermissionGranted(EchartActivity.java:116) at com.rybt.qhsf.common.MPermissionUtils.requestPermissions(MPermissionUtils.java:52) at com.rybt.qhsf.common.MPermissionUtils.requestPermissionsResult(MPermissionUtils.java:23) at com.rybt.qhsf.EchartActivity.onButterKnifeChartDownload(EchartActivity.java:111)...

the link that leads to [documentation](https://weeklycoding.com/mpandroidchart/) doesn't work