Open agustinsivoplas opened 6 years ago
That is very strange! I'm currently working through all 1000+ open issues to whittle it down to a manageable number, so I cannot help you right now. I'm adding some labels and hopefully someone else can help you in the meantime.
Hi, I'm also having some weird behavior when using getXAxis().setPosition(XAxis.XAxisPosition.BOTTOM);, could you comment that line and see what happens?
I have the same problem too. but the problem only happen on real device. It works fine on emulator. In my app, the highest stack on each bar cannot show the markview on real phone, but it is fine on emulator.
Here is my problem I posted: https://stackoverflow.com/questions/68507961/the-marker-view-works-only-on-emulator-but-have-some-problem-on-real-phone-mpa
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). Seems like the chart is not invalidated correctly.
Code for Fragment which contains the chart (XML).
Code for Fragment which contains the chart.
CustomMarker code.
Thanks in advance.
All the best
Agustin