my code is so so simple
st.line_chart(dx[‘x’])
the following is my dataframe

and this is my linechart result
as you can see the x axis labels shows badly
i need something like the following x axis labels
thanks in advance
Hi there,
Thanks for sharing your question with the community! Check out our guidelines on how to post an effective question here – in particular, please share a code snippet. The community won’t be able to make suggestions without seeing any of the code that produced the charts in the screenshots.
st.line_chart(dx[‘x’])