From d52af90ae9c809074f14aae1627154e2b56df61d Mon Sep 17 00:00:00 2001 From: cardosofede Date: Fri, 17 May 2024 01:10:00 -0400 Subject: [PATCH] (feat) reduce the height of the graph --- frontend/visualization/executors_distribution.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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