How can I always see my linechart without having to click the play button to run a database query?

I am importing data into Observable from an influxdb 2.0 database but I have to rerun the query in Observable by clicking the play button in my code every time I want to graph the data. I’m not sure if the code is running automatically and giving me a null value at first or if it is something else. I would appreciate any suggestions, thanks!

I guess the chart is drawn before the data has loaded. Not sure if adding an await to your database reading would help. But these two notebooks might.