Hello, I am writing a simple ggplot and geom_bar command insider a renderPlotly function in my shiny app. The x variable is a timestamp, which in my data is stored as chr "2020-03-10 15:13:22". When I plot this, the x axis labels now read as "50", "100"...this is weird and I have tried multiple ways to overcome this but nothing seems to work. I am basically not being able to see the timestamp label on x axis for each bar. I would appreciate your help.