I have hourly forecast data that I visualize using a Graph.
The data are valid for the entire 60min interval.
My problem is that Grafana “stops” graphing them with the last value avalailable at e.g. 23:00 instead of drawing the line for an extra hour.
i.e. the last hour of the day is not shown.
The upper time range bound is not the problem.
The thing is that my last observation really is at 23:00, however this value is valid for the one hour time range from 23:00 until 00:00, as I have hourly data.
I think what I would need is a function that tells Grafana to extend the line for an extra time interval. In my case that would be 1 hour. For, say, quarter-hourly data, the the extra time interval would need to be 15min etc.
By the way, if I changed the timestamp from 23:00 to 00:00, it would work. However, the same problem would appear at the beginning of the time series instead of at the end.
It appears that, currently, I have no option to plot a line from the beginning to the end of my set time range.
You need to look a bit further into the future if you are grouping per hour. The next datapoint is further into the future than your timerange. Set timerange to to now+62m or more.