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

it took me a whole week but still haven't found a solution. i have a button outside the linechart, when clicked i want it to automatically show the markerview on...

![image](https://user-images.githubusercontent.com/43020628/69850251-39267b00-12c2-11ea-95d1-326dd64366ee.png) I want to circle any entry in a real time line chart. But, setDrawCircles(true/false) then all entries will be circled. How to circle an arbitrary entry like an image?

The culprit is this if statement (AxisRenderer.java, line 225): ![image](https://cloud.githubusercontent.com/assets/2879713/20088195/93001b9a-a54c-11e6-842b-ebd850ceb6a7.png) When reducing the # of entries through `notifyDataSetChanged(),` `n` can be calculated to be smaller than `mEntries.length`, resulting in `mEntries`...

**Summary** when I use my special data to draw line(read them from text).My app suddenly crash.And I found it in logcat: ``` at com.github.mikephil.charting.utils.Transformer.generateTransformedValuesLine(Transformer.java:178) at com.github.mikephil.charting.renderer.LineChartRenderer.drawValues(LineChartRenderer.java:562) at com.github.mikephil.charting.charts.BarLineChartBase.onDraw(BarLineChartBase.java:283) ``` Here...

## PR Checklist: - [o ] I have tested this extensively and it does not break any existing behavior. - [ o] I have added/updated examples and tests for any...

## 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....

Hi, My requirement is too use multiple tabs on a single screen. Every tabs calls MPchart with different values. Some of the tabs has fixed data size ie. 4 data...

Please assist me to see how it is been done to my router

Now every dataset change can be displayed with an animation. It would be helpful to be able to animate from the last position to simulate a "morphing" transformation when the...

**Summary** I am using MPAndroidChart through AndroidView with jetpack compose. The composable function I use to show my charts shows one scatter plot and one line chart while both of...