Hi everyone,
I would like to ask for your help regarding the following.
When using the ‘Time series’ panel I’m experiencing some behavriour with the values (date + time) while hovering on the graph which in my opinion is not correct but unfortunately I’m not able to explain or find the reason why its doing this.
Im using
Version : Grafana v8.1.0 (62e720c06b)
Browser time: UTC+02:00
More details:
From my starting point at
- 07:00 (x-as) it shows the date → 2023-03-15 08:00:00 (instead of 7:00 it should display)
- 08:00 (x-as) it shows the date → 2023-03-15 07:00:00 (here it shows the previous hour)
- 09:00 (x-as) it shows the date → 2023-03-15 08:00:00 (here it goes back to 08:00 again)
- 10:00 (x-as) continuing the graph from here to the end the times is increased but off by ‘-1’
Going from right to left (so starting at 17:00 (x-as) it gives the opposite behavior
- 17:00 (x-as) it shows the date → 2023-03-15 16:00:00 (instead of 17:00 it should display)
- 16:00 (x-as) it shows the date → 2023-03-15 17:00:00 (here it shows the previous hour)
- 15:00 (x-as) it shows the date → 2023-03-15 16:00:00 (here it goes back to 16:00 again)
- 14:00 (x-as) continuing the graph from here to the beginning the times is increased but off by ‘+1’
If im using the same data with ‘Graph (old)’ this dates + times are shown correctly.
I added a GIF as an example.
- timeseries on the top left
- graph (old) on the bottom left
Anyone have any thoughts/suggestions about how to fix this?
Or experienced something similar?