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

When setting two points, one is 0.811 and the other is 10.91, only 0.8 and 10.9 are displayed, why? Code: binding.qcDeviceDetailChart.run { this.description.isEnabled = false this.setDrawGridBackground(false) this.setTouchEnabled(true) this.maxHighlightDistance = 50f...

Hi, i like to customized grid lines of xAsis. But did not find any thing I tried with limit lines. I am able to achieve that with some code `for(float...

It is 2020 and we still don't have rounded edges for Combined/Bar charts :( Who do we need to pay for this to be implemented directly. :)

**Summary** When displaying the chart in dark mode/night mode, the text color isnt changing. ![linechart-textcolor-not-changing-dark_mode](https://user-images.githubusercontent.com/1868030/94228108-caa25180-fec1-11ea-9166-c14728ed8255.png) **Expected Behavior** Add support for color theme attributes as per Material Design Guidelines for Color....

So I've tried using CardViews inside a layout for a MarkerView. However, the shadow doesn't show at all. The same layout inflated in the fragment (just for testing purposes) inflates...

`mDrawBitmap` seems to be null and thereby causing a NullPointerException. Here is the full stacktrace: `Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.ref.WeakReference.get()' on a null object reference...

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

__Hello, I have a problem with the position of the label HorizontalBarChartActivity __ I want to put the labels of the XAxis axis under the bars. This only happens when...

![image](https://user-images.githubusercontent.com/49881202/161921098-6b71503c-9b49-495f-b7ee-0692c9f14fd4.png)

# *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 has an...