Spaces:
Running
Running
Upload share_price_trend.py
Browse files
modules/share_price_trend.py
CHANGED
|
@@ -66,9 +66,9 @@ def share_price_trend(stock_codes, days):
|
|
| 66 |
))
|
| 67 |
|
| 68 |
fig.update_layout(
|
| 69 |
-
title=f'Relative Stock Prices Over the Last {days} Days',
|
| 70 |
-
xaxis_title='Date',
|
| 71 |
-
yaxis_title='Relative Price',
|
| 72 |
showlegend=True,
|
| 73 |
xaxis=dict(
|
| 74 |
showline=True,
|
|
|
|
| 66 |
))
|
| 67 |
|
| 68 |
fig.update_layout(
|
| 69 |
+
# title=f'Relative Stock Prices Over the Last {days} Days',
|
| 70 |
+
# xaxis_title='Date',
|
| 71 |
+
# yaxis_title='Relative Price',
|
| 72 |
showlegend=True,
|
| 73 |
xaxis=dict(
|
| 74 |
showline=True,
|