Hello,
has anyboy experience about when is the right timinig to create the data for interactive graphs?
I have multiple graphs which can be updatet via inputs.
Since tht input data is quite complex and coming from my sql Workbench, I am currently wondering about the right time to create the data.
Is it better to create the needed data once its requestet via callback? Or calculate everything in the beginning, store it in a dataframe and display once requested.
Thanks and best regards!
3 posts - 3 participants