The first hour in the graph is not displayed

Hi, I have a problem with charts. I do not see the first hour. The data in the DB are, I tried to change the time zone, but it does not help.
Can anyone advise me?

Fixed, I added this to the query and is a chart from the beginning :slight_smile:

WHERE
__timeFilter(time) GROUP BY 1 ORDER BY __timeGroup(time,$__interval)