Time Range in Graph

Hi everyone,

I use a postgresql database with some data updated every second.
But, when I create a graph to show the data, it show me only every 1h and not every second.
Can I change the interval of time in x-axis ?

A view of my data :

The Graph :

Soory for my mistakes, I’m not really good in english.
Thanks for the help

Use this:
image

Change to 1s

Thanks for your answer,

I find the problem yesterday, my values type in postgres was “date” instead of “timestamp”.
this way, I can keep my settings.
By the way, on the screenshot, I was in automatic (on “min time interval”), and it work.