Update main.py

main
marcgauch 2023-06-03 15:01:45 +02:00
parent db9ea8197f
commit 81c44f4a0b
1 changed files with 2 additions and 1 deletions

View File

@ -236,10 +236,11 @@ def update_graph_2(min_value):
return fig
# Hier passt nun graph_5 als input.
@app.callback(
Output("graph_3", "figure"),
Output("graph_4", "figure"),
Input("graph_3", "relayoutData"),
Input("graph_5", "relayoutData"),
)
def update_graph_3_and_4(selected_data):
PLOT_HEIGHT = 400