-
![image](https://user-images.githubusercontent.com/53066829/131604109-183028f4-3658-49b3-9081-2fb24412359a.png)
-
https://stackoverflow.com/questions/43304637/mpandroidchart-how-to-set-x-axis-labels-at-fixed-interval
https://github.com/philippeauriach/MPAndroidChart/tree/custom-labels
-
I have a horizontal chart, I use the mpandroidchart library to draw it:
![image](https://user-images.githubusercontent.com/60896884/204019382-bebc1eab-bdad-4409-bbef-dc9ce75c2127.png)
I need my…
-
**Is your feature request related to a problem? Please describe.**
**Describe the solution you'd like**
**Describe alternatives you've considered**
**Additional context**
ADD A R…
-
Hi everyone,
First thanks for this incredible work to import MPandroidChart in flutter !
Is it possible to highlight several values ?
Like we can do in MPAndroidChart with
`chart.highlightVa…
-
4.0 latest version of Charts
Question: This chart is a MPAndroidChart ported to Android.
MPAndroidChart has a method
public String getFormattedValue(float value, AxisBase axis) {}
This can get the…
-
I'm trying to follow [the tutorial](https://github.com/PhilJay/MPAndroidChart-Realm/wiki/Realm.io-database-integration#plotting-realm-data), but Android Studio cannot import any class named AxisValueF…
-
I have a BarChart which is populated when the metric is tapped. Also this BarChart has a custom marker, I dont understand the reason but sometimes works and sometimes not works. ([Check the video](htt…
-
Does MPAndroidChart support 3D pie chart
-
**Summary**
The bars are going outside the barchart on IOS. The code runs fine on android, and the strange thing is that it does not help when I revert the ui-chart version to a version I know ha…