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

## 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...
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.  this...
The documentation uploaded on server has no domain available error. From where I can refer document?