How to hide month and year of Bar Chart X-axis

Hello,

Is there anyway to hide the “Mar 9, 2020” I’ve been looking in the docs but I cannot seem to hide this text. Is there any workaround this problem?

Hi @jms welcome to the forum! Did you see https://plot.ly/javascript/tick-formatting/#using-tickformat-date and the list of formatting options https://github.com/d3/d3-time-format/blob/master/README.md? I think you need to set a date format which only display hours/minutes/seconds but not day or month.