Hey guys,
I have a dashboard with a few panels, two of them being a gauge and a time series chart. When I open the dashboard newly, I need to “click to zoom” on the data of the time series chart. When I do so, my gauge also resets and stops showing any data. I’m using Grafana 11.3.1, and I want to stop the gauge from being affected. Also does anyone know how to load the data on the time series graph by default so I don’t always have to click to zoom?
Hi,
Seems like the issue is that you don’t have the data in one of the charts depending on the time range you’re picking. Notice that the Case Records
graph has around 6 data points in more than two weeks. What I would do would be to edit the Case Records
graph Query Options and set relative time to some higher value (e.g. one month like in the screen)
What it does is it overrides the time picker at the top of the Grafana page (seems like Last 6 hours
or so). Since you don’t have enough data, Grafana prompts you to show another time (probably absolute) and in this absolute time the value of the gauge is 0. So setting wider time range only for the Case Records
graph should solve your problem.
Hope this helps!
Thank you so much! Thank you for the explanation. This worked