Passing Parameters for DASH app

Hi,

I am tring to create a DASH app, which can return different charts based on the input data. So i am wondering how should i pass the data parameters to DASH app server and capture in the DASH python script?

Generally, in Flask server we pass the data in post method and access using request object.

Please guide me.

In Dash, the underlying server is hidden, so you really don’t have to deal with POST or GET or anything else.

Just follow the tutorials, particularly the interactive ones. Your question could mean almost anything, because everybody wants to make different charts based on some user interaction – this is why we are here. :smiley:

1 Like