hello
i used this code to adding horizontal line and was ok.
df = px.data.stocks(indexed=True)
fig = px.line(df)
fig.add_hline(y=1.2)
fig.show()
i wanna using this chart to dash, but when i add hline the output becomes like dis picure
just for when i adding hline
please help me
thank you
1 post - 1 participant