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.
How can i draw the line on the basis of each slice using piechart as this man did in this issue: https://github.com/PhilJay/MPAndroidChart/issues/3897 As we can see in his screen shot,...
Crashing on below line Fatal Exception: java.lang.NullPointerException: Attempt to read from field 'float[] com.github.mikephil.charting.buffer.AbstractBuffer.buffer' on a null object reference in method 'void com.github.mikephil.charting.renderer.BarChartRenderer.drawValues(android.graphics.Canvas)' at com.github.mikephil.charting.renderer.BarChartRenderer.drawValues(BarChartRenderer.java:266) at com.github.mikephil.charting.charts.BarLineChartBase.onDraw(BarLineChartBase.java:278) at android.view.View.draw(View.java:23993) at...
Crash on below line Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.github.mikephil.charting.buffer.BarBuffer.setPhases(float, float)' on a null object reference at com.github.mikephil.charting.renderer.BarChartRenderer.drawDataSet(BarChartRenderer.java:139) at com.github.mikephil.charting.renderer.BarChartRenderer.drawData(BarChartRenderer.java:82) at com.github.mikephil.charting.charts.BarLineChartBase.onDraw(BarLineChartBase.java:237) at android.view.View.draw(View.java:24218) at android.view.View.updateDisplayListIfDirty(View.java:23036)...
**Summary** The LimitLine added to XAxis doesn't use the typeface set. **Expected Behavior** The LimitLine label should be rendered with specified typeface. **Possible Solution** in function public void renderLimitLineLabel(Canvas c,...
 `barChart.resetZoom();` not works so i cannot see x Axis as seen on the picture. what should i do
I have added NAN value for 26sep but it is not loading lines between 27th and 28th sep. Please check attach video  Code: selectedDomains.forEachIndexed { domainIndex, _ -> entity3...
## PR Description - As we know ObjectPool cache some Poolable Objects, but some Poolable Object reference to View Object, and View Object reference to Context Object, And ObjectPool is...
# *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...
I want to synchronize the scrolling of a RecyclerView with a LineChart, but I'm having issues. When the chart is scrolled to a part that is not initially visible, it...
如图:  我不需要显示这个,怎么隐藏掉