MPAndroidChart PieChart changing size after click event
I am making an app which shows data in PieChart. In short, I have several charts. I am showing charts after choosing them from custom spinner. The problem is that when I choose PieChart from the spinner, everything works fine, but when I choose the same chart from the spinner again the size of the chart is changed a little bit.
I have tried to change the size of the form, but I think that problem is somewhere else
for more info please see this Link... it has more code so I think this should be covered :) https://stackoverflow.com/questions/57440428/mpandroidchart-piechart-changing-size-after-click-event
did you end up figuring out this problem? because I'm facing it myself now.