app.callback(Output('graph-with-slider', 'figure'),
Input('year-slider', 'value'))
| 1 | import dash |
| 2 | import dash_core_components as dcc |
| 3 | import dash_html_components as html |
| 4 | from dash.dependencies import Input, Output |
nothing calls this directly
no outgoing calls
no test coverage detected