Custom time series week,month,year

hi

i have multiple time series panels and try to ajust to only see the same date range as the query.
For example:

as you can see i collect data in query from last 2 days, but the panel still shows last 7 days, as selected in the dashboard. I already have disable that in dashboad settings (hide time picker).

Can you please help me to fill the 2 day graph to full panel with and not show 2 of days with empy space.

thank you
armin

any idea?

Welcome @dzibric

Could you try changing your range to this, which makes your Flux query time range dependent on the time picker in Grafana, and see if the result in Grafana appears any different when you select last 7 days in the time picker?

|> range(start: v.timeRangeStart, stop: v.timeRangeStop)