I'm using android plot in my app. I have different "widgets" composed into a listview
. Some of them use a pie chart. For some reason those are not visible for Android < 5.0. For Android 5.0, 6.0 and 7.0 it seems ok though. Any ideas?
P.S
Already tried to play around with chart.invalidate() or chart.redraw()
.