(feat) reduce the height of the graph

This commit is contained in:
cardosofede
2024-05-17 01:10:00 -04:00
parent 049401b803
commit d52af90ae9

View File

@@ -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