diff --git a/main.py b/main.py index e24d84f..158a462 100644 --- a/main.py +++ b/main.py @@ -248,7 +248,7 @@ def submit_stock_list(): legend={'title': {'text': '資產價格走勢'}, 'tracegroupgap': 0}, title= {'text': 'Assets in portfolio'}, xaxis= {'anchor': 'y', 'domain': [0.0, 1.0], 'title': {'text': '日期'}}, - yaxis= {'anchor': 'x', 'domain': [0.0, 0.75], 'title': {'text': '價格'}} + yaxis= {'anchor': 'x', 'domain': [0.0, 1.0], 'title': {'text': '價格'}} ) fig.update_layout(legend=dict( yanchor="top", diff --git a/templates/registration.html b/templates/registration.html index 1e3a33f..0410dff 100644 --- a/templates/registration.html +++ b/templates/registration.html @@ -48,7 +48,7 @@ body {