Need time in x-axis in timeseries chart

  • What Grafana version and what operating system are you using?
    I am using Managed grafana

  • What are you trying to achieve?
    I need time in Xaxis ,but my data contains both time and date “2024-06-14 01:09:11.883000000”,I need only time in x-axis in timeseries chart

  • What happened?
    I am getting date in x-axis instead of time

  • What did you expect to happen?
    I need time in x-axis

Use XY-chart and override unit of X axis as time:HH:mm, converting time to number via transformation:

Thank you so much for your reply @ebabeshko
but it does not shown time in x-axis even after done those things that you have mentioned above.