Update main.py
This commit is contained in:
		
							parent
							
								
									db9ea8197f
								
							
						
					
					
						commit
						81c44f4a0b
					
				@ -236,10 +236,11 @@ def update_graph_2(min_value):
 | 
				
			|||||||
    return fig
 | 
					    return fig
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Hier passt nun graph_5 als input.
 | 
				
			||||||
@app.callback(
 | 
					@app.callback(
 | 
				
			||||||
    Output("graph_3", "figure"),
 | 
					    Output("graph_3", "figure"),
 | 
				
			||||||
    Output("graph_4", "figure"),
 | 
					    Output("graph_4", "figure"),
 | 
				
			||||||
    Input("graph_3", "relayoutData"),
 | 
					    Input("graph_5", "relayoutData"),
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
def update_graph_3_and_4(selected_data):
 | 
					def update_graph_3_and_4(selected_data):
 | 
				
			||||||
    PLOT_HEIGHT = 400
 | 
					    PLOT_HEIGHT = 400
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user