Skip to content

Commit

Permalink
Datascope Change (#12)
Browse files Browse the repository at this point in the history
* First demo

* First nasdaq 100 dataframe demo

* fixed bug in timestamp conversion

* Updated pie chart

* Fixed unused code

* added pyecharts

* added pyecharts piechart

* added realtime data feature

* update environment.yml

* added update time selection

* fixed environment.yml, add dash_bootstrap_components==1.7.1

* hide s&p 500 column
  • Loading branch information
kegao1995 authored Feb 15, 2025
1 parent de99dee commit c3dd93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def render_pie_chart():
html.Ul(
[
html.Li(dbc.NavLink("NASDAQ 100", active=True, href="#")),
html.Li("S&P 500"),
#html.Li("S&P 500"),
]
),
],
Expand Down

0 comments on commit c3dd93f

Please # to comment.