Update app.py
Browse files
app.py
CHANGED
@@ -455,7 +455,7 @@ def plot_individual_signals(df, ticker):
|
|
455 |
x=df.index, y=df['Close'],
|
456 |
mode='lines',
|
457 |
name='Closing Price',
|
458 |
-
line=dict(color='#
|
459 |
))
|
460 |
|
461 |
|
|
|
455 |
x=df.index, y=df['Close'],
|
456 |
mode='lines',
|
457 |
name='Closing Price',
|
458 |
+
line=dict(color='#36A2EB', width=2)
|
459 |
))
|
460 |
|
461 |
|