Hourly displaying of data

Hi All,

I will try to say this in another way and sorry I should have show below screenshot instead of above,

As you can see I have selected interval as 1h but its not showing all the hours i.e from 0,1,2,3... 23 with their values (i.e if there is no requests for that hour it should display 0 for that hour), In the graph, it is saying @timestamp per hour but displaying it with the duration of 3 hrs in X-axis. It is only showing for the hour where there are hits.

  1. How can we display all the hours of a day with their values in visualisation.

I basically wanted to show graph of total hits segregated by hrs for a day in our frontend but because currently it is showing only for the hour that has data in it, it is becoming challenging.

Thanks,