Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -219,7 +219,7 @@ if 'data_with_signals' in st.session_state:
|
|
| 219 |
title=f'{ticker} Strategy with Adjusted Parameters',
|
| 220 |
xaxis_title='Date',
|
| 221 |
yaxis_title='Price',
|
| 222 |
-
legend=dict(orientation="h", yanchor="bottom", y=1.
|
| 223 |
height=1000, # Increase the height for better visibility
|
| 224 |
margin=dict(t=30, b=30), # Adjust margins for better spacing
|
| 225 |
font=dict(size=12), # Adjust font size for better readability
|
|
|
|
| 219 |
title=f'{ticker} Strategy with Adjusted Parameters',
|
| 220 |
xaxis_title='Date',
|
| 221 |
yaxis_title='Price',
|
| 222 |
+
legend=dict(orientation="h", yanchor="bottom", y=1.15, xanchor="center", x=0.5, traceorder='normal', valign='top', borderwidth=0),
|
| 223 |
height=1000, # Increase the height for better visibility
|
| 224 |
margin=dict(t=30, b=30), # Adjust margins for better spacing
|
| 225 |
font=dict(size=12), # Adjust font size for better readability
|