Dash , how to return two figures? - #2 by dash-beginner - Dash Python - Plotly Community Forum
The code below is working but i would like to return fig and fig2. import dash import dash_core_components as dcc import dash_html_components as html from dash.dependencies import Input, Output from datetime import…