mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-22 15:54:24 +01:00
(feat) add directional components
This commit is contained in:
3
frontend/visualization/utils.py
Normal file
3
frontend/visualization/utils.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def add_traces_to_fig(fig, traces, row=1, col=1):
|
||||
for trace in traces:
|
||||
fig.add_trace(trace, row=row, col=col)
|
||||
Reference in New Issue
Block a user