MPAndroidChart
MPAndroidChart copied to clipboard
Scatter Chart instead of Line Chart
Summary
I am using MPAndroidChart through AndroidView with jetpack compose. The composable function I use to show my charts shows one scatter plot and one line chart while both of them are obviously line chart (since they come from the same function).
Expected Behavior
They should be two line charts-
Device (please complete the following information):
- Device: Galaxy S10
- Android Version: 12
- Library Version: 3.1.0
(the error is also on the andorid studio emulator Pixel 2 api 33)
Additional Context
Now it is automatically fixed, don't know why, probably after adding setMaxVisibleValueCount(0)