how to change date format for full time date format to date only, on x axis bar chart. ???
i am use ms sql server datasource.
I have try to overide time but can’t.
thank you for your answer.
how to change date format for full time date format to date only, on x axis bar chart. ???
i am use ms sql server datasource.
I have try to overide time but can’t.
thank you for your answer.
it looks like you might want to use the Bar Chart, which uses arbitrary strings on the x axis:
https://play.grafana.org/d/ktMs4D6Mk/5-bar-charts-and-pie-charts?orgId=1
See the docs for the data model that you will need to fit:
i am sorry i didn’ get point,
i just want to overide or change time format
03/09 07:00 with display 03/09 only with out time.
how to do that ? thank you