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

**Summary** CandleEntry is used to represent financial data, however, the constructor expects float's. Everyone working with financial data knows that a "float" lacks precision. **Expected Behavior** Use of a Double...

Why you are using float on entry? Maybe you can use Double instead of float.

How to disable drag in PieChart? In Pie chart i can't use setDragEnabled(false).

drawable.setBounds( mDrawableBoundsCache.left, mDrawableBoundsCache.top, mDrawableBoundsCache.left + width, mDrawableBoundsCache.top + width); //Hope to modify to [mDrawableBoundsCache.top + height], otherwise when width and height //Not equal may cause the drawn icon to deform.

![WechatIMG443](https://github.com/PhilJay/MPAndroidChart/assets/76427825/876716e9-da14-4d30-8162-d1fed8292c81)

## PR Checklist: ![Screenshot_20191014-140125](https://user-images.githubusercontent.com/4340321/66746857-b1a8b800-ee8b-11e9-8368-76a4008193f5.png) - [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...

I have Combined chart which builds in 2 different ways (Line chart or Candle + Line + Bar chart). On first load both ways works fine (init app with 1st...

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

i have array list with 3340 record, sometime it make my app crash , sometime i take 5 minutes to render bar chart. ![Screenshot 2024-03-18 at 11 52 13](https://github.com/PhilJay/MPAndroidChart/assets/55149382/9e5b11bd-26bd-453a-b4a3-57f1ba2b2276) this...

The documentation uploaded on server has no domain available error. From where I can refer document?