-
Grafana 12.2.0 on Ubuntu
-
I want to create a plot of day-ahead electricity prices with an x-axis that covers a full day (midnight-midnight) and data for tomorrow.
-
I have an InfluxDB query that shows correct results (96 records) in both the InfluxDB GUI and the Grafana table view option.
-
What happened? The time series is not rendered and I get “Data outside time range”. I’ve tried many different combinations of query options, particularly relative time and time shift. None of these were successful. With some settings I get a rendered time series but the x-axis stops at the current time. The query sets the start and stop values at midnight tomorrow and the day after tomorrow and InfluxDB and Grafana honor start and stop but not in the visualization. Rendering the data as a bar chart works as expected but that’s not a solution for me.
-
What did you expect to happen? I expect a normally rendered time series with an x-axis as described.
-
Can you copy/paste the configuration(s) that you are having problems with? I have tried 6 combinations of relative time and time shift and can post these if required. Setting the time picker to tomorrow is not an option as it affects the whole dashboard.
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were. Sometimes I get ‘illegal time shift’ and I’ve come to the conclusion that time shifts like “+1d” are not supported.
I would like to know if my conclusion that Grafana will not render time series like described, is correct and it not what I should change.










