diff --git a/dashboard8/main.py b/dashboard8/main.py index 626673e..9e420ab 100644 --- a/dashboard8/main.py +++ b/dashboard8/main.py @@ -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