Multiple Input and Output

Hello :wave:, I’m new plotly dash , it’s amazing tool to explore

How to proceed with multiple input and output. In my project I have 9 different Drop-down input and 6 graphs figure as output .

Each Drop down has different values and also the All value of each. How to proceed it further . Please help me

Hi @Lecter , welcome to the forum.

This kind of situations can make the Callbacks quite messy IMHO. If you can separate some of the inputs and outputs from the rest do so. For example if the graph1 only depends on the change of some components, create a separate callback for this graph1.

Otherwise you would have to write one callback for all graphs with all inputs and differentiate which component has triggered the callback. Have a look here:

For more detailed help you could create a MRE: