diff --git a/frontend/visualization/executors_distribution.py b/frontend/visualization/executors_distribution.py index 38f9600..61c699c 100644 --- a/frontend/visualization/executors_distribution.py +++ b/frontend/visualization/executors_distribution.py @@ -61,6 +61,7 @@ def create_executors_distribution_traces(config): yaxis_title="Order Amount (Quote)", bargap=0.1, # Adjust the gap between the bars barmode='relative', # Stack the bars on top of each other - showlegend=True + showlegend=True, + height=600 ) return fig