app.callback(Output('g1', 'figure'), Output('g2', 'figure'),
Output('g3', 'figure'), Input('g1', 'selectedData'),
Input('g2', 'selectedData'), Input('g3', 'selectedData'))
| 1 | import dash |
| 2 | import dash_core_components as dcc |
| 3 | import dash_html_components as html |
| 4 | import numpy as np |
nothing calls this directly
no outgoing calls
no test coverage detected