mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-24 00:34:23 +01:00
(feat) reduce the height of the graph
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user