app.callback(dash.dependencies.Output('x-time-series', 'figure'), [
dash.dependencies.Input('crossfilter-indicator-scatter', 'hoverData'),
dash.dependencies.Input('crossfilter-xaxis-column', '
| 1 | import dash |
| 2 | import dash_core_components as dcc |
| 3 | import dash_html_components as html |
| 4 | import pandas as pd |
nothing calls this directly
no outgoing calls
no test coverage detected