mini-kep / frontend-dash

Dash application with interactive controls and time series plotting.
1 stars 0 forks source link

group selector for variable list #9

Open epogrebnyak opened 6 years ago

epogrebnyak commented 6 years ago

https://github.com/mini-kep/frontend-dash/blob/8c744b4f7fe8379913a95920faa8f2531e2dad55/app.py#L26

We now have 2 variables selectors. For each of these selectors I would like to have a two selectors(dropdown menus) on one line: one chooses varibale group (eg GDP components, Prices, Foreign Trade) and the other chooses a ariable from a smaller list.

Need a) loyout for this on a separate branch b) data structure, c) callbacks.