Display month and date instead of day and date in x axis

Display month and date instead of day and date in x-axis

Hi @Heflin_Stephen_Raj_S,

Thank you for sharing with the Streamlit community! Could you either provide a code snippet or a link to your deployed app so that we can make recommendations based on your code?

Best,

Caroline

Please check out my code at GitHub - heflinstephenraj/Covid-Dashboard: Coronavirus live dashboard developed on Streamlit.

Hi @Heflin_Stephen_Raj_S,

Instead of manually converting the formatting of the dates, you might find it easier to use pandas’ built-in styling options. This option is covered in this thread.

Best,

Caroline

1 Like

Thank you for your quick response. I will try out.