MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

Scatter Chart instead of Line Chart

Open albertopasqualetto opened this issue 2 years ago • 0 comments

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

Screenshot_20230519_112032_SoundMeterESP

Now it is automatically fixed, don't know why, probably after adding setMaxVisibleValueCount(0)

albertopasqualetto avatar May 20 '23 10:05 albertopasqualetto