Spaces:
Sleeping
Sleeping
Commit
·
3755720
1
Parent(s):
7812881
Update app.py
Browse files
app.py
CHANGED
@@ -67,11 +67,7 @@ fig.add_annotation({
|
|
67 |
"showarrow": False,
|
68 |
})
|
69 |
|
70 |
-
|
71 |
-
tmp = copy.deepcopy(fig.data[0])
|
72 |
-
# tmp[0]["fillcolor"] = 'rgb(147, 196, 125)'
|
73 |
-
# tmp[0]["legendgroup"] = 'rgb(147, 196, 125)'
|
74 |
-
# tmp[0]['name'] = 'in progress'
|
75 |
|
76 |
fig.data.append(tmp)
|
77 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
67 |
"showarrow": False,
|
68 |
})
|
69 |
|
70 |
+
fig.add_scatter(x=["2023-04-01","2023-04-02"], y=[-0.5, -0.5], name="in progress", color="rgb(147, 196, 125)")
|
|
|
|
|
|
|
|
|
71 |
|
72 |
fig.data.append(tmp)
|
73 |
st.plotly_chart(fig, use_container_width=True)
|