dbuezas / lovelace-plotly-graph-card

Highly customisable Lovelace card to plot interactive graphs. Brings scrolling, zooming, and much more!
411 stars 20 forks source link

Time axis in AM/PM not 24 hr #453

Open jazzmonger opened 2 months ago

jazzmonger commented 2 months ago

Is there a way to set 12h time on the bottom axis vs 24hr?

dbuezas commented 2 months ago

Try with Tickformat

layout:
  xaxis: 
    tickformat: '%I:%M %p'  
jazzmonger commented 2 months ago

Works like a champ! Much appreciated

image