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
Charts aren't designed to work well in reusable views. My recommendation would be to render all of your Charts off screen, and grab images of them to place in your table view cell.
Please note that for how-to's, ask on Stack Overflow. If you would like to file an issue or feature request, please fill out the form provided.
I've just implemented the library in a tableview, but I experience pretty heavy lagging during scrolling, when my charts hold a lot of data.
I have a method inside the ChartTableViewCell where I draw the chart based on the data I pass and call from my viewcontroller.
In my tableViewController I call the function after parsing the data:
What did I miss? Since the view is lagging so hard when scrolling.
The text was updated successfully, but these errors were encountered: