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.
The values above the Horizontal bars Disappears when I zoomed in in a horizontal way.
java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference at com.github.mikephil.charting.utils.Utils.drawXAxisValue(Utils.java:564) at com.github.mikephil.charting.renderer.XAxisRenderer.drawLabel(XAxisRenderer.java:231) at com.github.mikephil.charting.renderer.XAxisRenderer.drawLabels(XAxisRenderer.java:225) at com.github.mikephil.charting.renderer.XAxisRenderer.renderAxisLabels(XAxisRenderer.java:130) at com.github.mikephil.charting.charts.BarLineChartBase.onDraw(BarLineChartBase.java:251) at android.view.View.draw(View.java:23073) at android.view.View.updateDisplayListIfDirty(View.java:21930) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4728) at...
Is there a way to display the blue dotted background behind the chart? 
可以设置初始化Y轴数据的数量 之后一个一个的动态加载吗?
**Summary** Repro Steps: 1. Using the url: https://github.com/PhilJay/MPAndroidChart/blob/master/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/StackedBarActivity.java, emulator the app using any Android emulator. 2. Turn on Talkback. 3. In Stacked Bar activity screen, try to access different bars...
## PR Checklist: - [v] I have tested this extensively and it does not break any existing behavior. - [v] I have added/updated examples and tests for any new behavior....
Getting this issue must extend android.view.View ``` class BatteryChargingBarChartView : BarChart { //work here } public class BarChart extends BarLineChartBase implements BarDataProvider {} public abstract class BarLineChartBase
Failed | https://dl.google.com/dl/android/maven2/com/github/PhilJay/MPAndroidChart/v3.1.0/MPAndroidChart-v3.1.0.pom | 772 ms | 0 B | 0 B/s -- | -- | -- | -- | -- Failed | https://repo.maven.apache.org/maven2/com/github/PhilJay/MPAndroidChart/v3.1.0/MPAndroidChart-v3.1.0.pom | 768 ms | 0 B...
It would be great to have a implementation of chart marker with jetpack compose. For example, when it is combined chart and different datasets require different markers it will be...
**Summary** When legend on the bottom the values on the X-axis is totaly visible But when I place the legend on the top of the chart a part of the...