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

Hello, I want the rectangle bars with adding some corner radius , I have added the screenshots as well Right now getting below rectangular bars view. ![device-2018-10-18-124424](https://user-images.githubusercontent.com/41771461/47137559-8c16bc00-d2d4-11e8-870e-762bc5640f13.png) And want the...

enhancement

If chart exist in viewpager, when scroll in chart will scroll viewpager, very hard scroll chart. I found solution at https://github.com/PhilJay/MPAndroidChart/issues/1885 by Modify BarLineChartTouchListener.java. Add line mChart.disableScroll() after action MOVE...

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context** ADD A REWARD using [Speed](speedoss.com) to SOLVE this issue...

Label is not aligned with entry point in line chart. I am using **_v3.1.0_** library. ![chart](https://github.com/PhilJay/MPAndroidChart/assets/18142767/e37b1654-e9cc-4a27-91cb-cae73cc245fc) **Expected Behavior** I am trying to display label on each entry point in line...

**Summary** **Expected Behavior** **Possible Solution** **Device (please complete the following information):** - Device: [e.g. Google Pixel] - Android Version [e.g. 7.0] - Library Version (e.g. 3.1.0-alpha) **Additional Context** ADD A...

![image](https://github.com/PhilJay/MPAndroidChart/assets/12458562/26f28c0e-6946-492f-9241-8b6fe93f9784) 请问如何实现一根曲线多段颜色?

![db019de0ccfff525ebb4021e1596808](https://github.com/PhilJay/MPAndroidChart/assets/12458562/d08db182-6c66-489d-916d-c32041335fb6) 可以实现矩形树图吗?谁有demo可以实现,有偿

I try to setGranularity(60f) but the result is not my expectation. (XAxis should be 60, 120, 180...) ![2017-07-03 10 01 44](https://user-images.githubusercontent.com/1308824/27796217-d1eaa1d6-603b-11e7-80f3-d82815a45a30.png) And I check setGranularity(50f), setGranularity(40f) and setGranularity(30f) is correct....

I checked examples and docs and can't find a solution. This seems like such an obvious problem. I have data flowing in, 3-4 times per second, which is voltages across...

not recognized when trying to use it? Please help