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** When try to draw a straight line (y=5) from a large dataset (~40k points) no line is drawn. When I configure chart to draw circles the values are drawn...
The [website](https://weeklycoding.com/mpandroidchart/) of the documentation is down.
 I want to display my X Axis this way, I need to render two lines of text with different text sizes.
For the LineDataSet, the mValues is cleared and then calcMinMax is called through notifyDataSetChanged. However if the mValues is size 0, the min/max is not updated.... ``` public void clear()...
If there is a need for proguard, this is the way to go. Recent proguard settings are useless

Hello, I'm using MPAndroidChart with a RecyclerView to display a dynamic graph. I'm trying to control the number of visible X-axis labels by using the setVisibleXRangeMaximum and setVisibleXRangeMinimum methods, but...
  第一张图是我拖动到我想看的区域,第二张图是在我拖动后,当新的点加入后,图表自动到了最顶部
# *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...
Hi, @davidgoli @nielsz @Pitel @Doddophonique @dseider Description: Hello, First of all, thank you for this amazing library! It's been incredibly helpful for my project. I was wondering if it would...