Skip to content

Commit 119453d

Browse files
committed
plot feature updated
1 parent d980975 commit 119453d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,10 @@ def CryptoForecast(SelectCrypto):
133133
y="Close",
134134
size="Volume",
135135
title=SelectCrypto,
136-
name = "Price in USD",
137136
labels={"Date": "Date", "Close": "Closing Price"},
138137
template="plotly_dark",
139138
#height = 500,
140-
).update_traces(mode="lines+markers", marker=dict(color="green", opacity=0.4))
139+
).update_traces(name = "Price in USD", mode="lines+markers", marker=dict(color="green", opacity=0.4))
141140

142141
fig_forecast.add_trace(
143142
go.Scatter(

0 commit comments

Comments
 (0)