Skiks
2
Hi @Addb !
Welcome on the forum! 
Nothing is wrong with px.timeline()

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