mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-22 07:54:18 +01:00
(feat) add args to dist function
This commit is contained in:
@@ -8,6 +8,8 @@ def get_default_layout(title=None, height=800, width=1800):
|
||||
"width": width,
|
||||
"margin": {"l": 20, "r": 20, "t": 50, "b": 20},
|
||||
"xaxis_rangeslider_visible": False,
|
||||
"hovermode": "x unified",
|
||||
"showlegend": False,
|
||||
}
|
||||
if title:
|
||||
layout["title"] = title
|
||||
|
||||
Reference in New Issue
Block a user