Is plotly express timeline down?

Hi @Addb !

Welcome on the forum! :tada:

Nothing is wrong with px.timeline() :ok_hand:

Iโ€™ve never used streamlit, but using this snippet locally, I get:

I used it a couple of weeks ago to help someone:

I would say thatโ€™s coming from streamlit.
Try print(fig) before st.plotly_chart(fig) to see what px.timeline() outputs.

1 Like