Thanks! It does make sense to combine both aspects.
How can I understand the returnof the graph though? If all the outputs are dcc.Graph objects, the return will return the data/layout in order of the Output ids?
The return statement order must match the order specified by the callback definition. So, in the above exampoe x1**2 is the return value of the compoent with square as it’s ID, x2**x2 is the return value of the compoent with twos as its ID, …
Hi, is there a way to do that in R? In the Dash R tutorial it says there is no way to have multiple outputs, instead multiple callbacks should be used. Using multiple outputs would significantly simplify my code. Thanks.