I am currently working on an app that will display user data from a TinyDb in a bar chart. The chart is on the home screen, and I want it so that when I go back to the home screen or open the app, the chart displays itself with the data automatically. I tried to accomplish this by adding in the "when Screen1.initialize" block a call to a procedure that loads the data into the chart through chart.AddEntry, but it looks like its still not showing. I also tried using .importfromlist and .importfromtinydb but those did not work either. The chart is just not showing the data, despite the data already being stored in the app.
Does anyone know how to fix this? Thanks!