You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I don't know if I'm just doing this wrong or what but I can not figure this out. I had a quick question though is there a method for the iOS version like the Android invalidate()?
Anyways, the problem I am running into is I have 8 cells in a collection view with a chart in every one, and I have tried everything under the sun to get the chart to not stutter.
These are the scenarios I have seen:
The chart still has the data when it is made, so it flashes on the screen and then animates.
The chart has another cell's old chart and then flashes on the screen before the new one animates.
Is there a way to just have the graph redraw with new data without having the chart just drawn first and then animated? I have tried hiding the chart and then displaying right before animation but it seems like it is already drawn and then animates, causing it to look like it is stuttering.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
So I don't know if I'm just doing this wrong or what but I can not figure this out. I had a quick question though is there a method for the iOS version like the Android
invalidate()
?Anyways, the problem I am running into is I have 8 cells in a collection view with a chart in every one, and I have tried everything under the sun to get the chart to not stutter.
These are the scenarios I have seen:
The chart still has the data when it is made, so it flashes on the screen and then animates.
The chart has another cell's old chart and then flashes on the screen before the new one animates.
Is there a way to just have the graph redraw with new data without having the chart just drawn first and then animated? I have tried hiding the chart and then displaying right before animation but it seems like it is already drawn and then animates, causing it to look like it is stuttering.
Thanks!
The text was updated successfully, but these errors were encountered: