Limit panel to specific hours in a day

Hello,
I’m pretty sure this isn’t possible, but wanted to ask anyway…
I’m plotting some stock prices in a panel on a dashboard that has lots of other datapoints. I’m using Graphite as the store.
I’d like to just show the trading window - say 09:00 until 16:00 each day. The other panels will use the default -24h, or whatever is selected.
Ideally the panel will show yesterday’s 09:00-16:00 until a new datapoint arrives or it’s 09:00 today
Is there a way to do this?

thank you

Welcome to the Grafana forum.

I tend to agree with you that I do not think this is possible. I skimmed through this and could not find a solution. Maybe setting variables for FROM and TO and then building the query using those variables?

1 Like

Hi all, I’ve been searching for this a lot and find a solution. You have to use specific time range like:

From: now/d+7h
To: now/d-6h

Let’s give a try! :wink:

EDIT: now I’ve realized it’s the time range for whole view, not just a panel.