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.
如何实现xy轴也是虚线显示 How to realize the XY axis is also a dotted line display
**Summary** I'm trying to show some data using bar chart, but the bar chart does not show bars for huge values like '7.244926976E9' **Expected Behavior** To show the huge value...
# *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...
Here is my code. I found that whenever I call 'invalidate', the memory keeps growing, and I need to update the chart frequently. Version 3.1.0 ``` public void updateChart(float value)...
## PR Checklist: - [x] I have tested this extensively and it does not break any existing behavior. - [ ] I have added/updated examples and tests for any new...
…e, which causes Activity memory leak ## PR Checklist: - [ ] I have tested this extensively and it does not break any existing behavior. - [ ] I have...
I want the width of my view to be equal to the real line chart width (with zoom). I set visible x range. And try to get width with many...
Hi, thank you for this amazing library! I'm trying to create a custom mXAxis similar to the one in the attached image. It looks like: Several colored segments along the...