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

I don't understand about setting legend in below piechart view. please help me ![image](https://user-images.githubusercontent.com/27753675/129286947-94146198-ad9c-4ad4-b019-30b4cde3faac.png)

Found error: java.lang.IndexOutOfBoundsException: Index: 27, Size: 1 at java.util.ArrayList.get(ArrayList.java:437) at com.github.mikephil.charting.components.Legend.calculateDimensions(Legend.java:764) at com.github.mikephil.charting.renderer.LegendRenderer.computeLegend(LegendRenderer.java:220) at com.github.mikephil.charting.charts.BarLineChartBase.notifyDataSetChanged(BarLineChartBase.java:349)

I am using MPandroidchart to display Bar chart. On click of a bar , i want to capture the datapoint (Entry) associated with bar . Following is the code snippet...

**Summary** On LineChart, circleColor and circleHoleColor cannot be changed dynamically. https://weeklycoding.com/mpandroidchart-documentation/chart-specific-datasets/ ( Changing LineDataSet.color dynamically is working. ) **Expected Behavior** It works changing circleColor and circleHoleColor after set `LineData` to...

refer to this https://github.com/PhilJay/MPAndroidChart/issues/1509 use LineChartRenderer I am able to modify the position of the y value, but found that the positions of both polylines are modified, how can I...

PieChart 如何设置默认高亮和突出

I used the barchart to display some data, and i need to update the chart when data changed, so i call the invalidate() method to update the bar chart. Howerver,...

I found a issue, after several bar chart data updates there is a gap like image. How can I fix it? Thanks in advance! ![Untitled](https://user-images.githubusercontent.com/48617314/117750307-660fe900-b23d-11eb-8e6a-1760a18b1cc4.png)

**Summary** The firs time a bar chart is drawn, everything is ok but after updating/repainting and setting again the data, the chart moves itself to the right. **Expected Behavior** Whenever...

I am creating a Line Chart suppose on 10th of may he has Y value as 1, for next 5 days , each day it increases by 1, I just...