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 {
- +
diff --git a/templates/strategy_tw.html b/templates/strategy_tw.html index c38d865..f992cb0 100644 --- a/templates/strategy_tw.html +++ b/templates/strategy_tw.html @@ -41,7 +41,7 @@ div.card{
-
{% if session.tw == 1 %}台股{% endif %}投資組合建立步驟
+
{% if session.tw == 1 %}台股{% endif %}投資組合建立指南
  1. 輸入投資組合名稱
  2. 選擇所參加的課程或競賽
  3. @@ -80,7 +80,13 @@ div.card{
-
+
+ + 按下 + + 後,圖表將在此渲染。 + +