Home › Forums › Chart Support › Dashboard with slowly queries. Render and show charts successively? › Reply To: Dashboard with slowly queries. Render and show charts successively?
I would imagine you would just need to use some async programming
getJson("/chart1.json",(data)=>{ make_chart(data) })