Hi,
I have 3 functions. I want to run each separately through 3 buttons, or just press a fourth button to run the 3 one after another. Each function updates data and needs to update its own chart.
It seems like it’s impossible to update an object through different callbacks. It also seems impossible to trigger a callback in another callback. I can run each of the three functions, like any python code, but I couldn’t update the charts.
Is it possible to have that 4th button that runs them all in addition to the three?
Thanks
1 post - 1 participant