Hi,
i have some charts on the same dashboard and fetch all requests with getJSON inside window.onload function.
The problem is, that one query have some joins and is very slowly. So all charts are only shown when all json have been loaded completly.
Is it possible to render the single charts successively / right after getjson was executed? Or how do handle this?
Thanks
Marco