MPAndroidChart
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.
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.  **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...

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