Home Forums Chart Support Dashboard with slowly queries. Render and show charts successively? Reply To: Dashboard with slowly queries. Render and show charts successively?

#28228

I would imagine you would just need to use some async programming

getJson("/chart1.json",(data)=>{
   make_chart(data)
})