app.callback(Output('indicator-graphic', 'figure'),
Input('xaxis-column', 'value'), Input('yaxis-column', 'value'),
Input('xaxis-type', 'value'), Input('yaxis-type', '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