influxdata / influxdata/influxdb
When changing the time range on a dashboard, don't refresh cells with fixed or no time range
Open
Nobody has claimed this yet.
area/performance
team/ui
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
If a dashboard cell does not use `v.timeRangeStart`, `v.timeRangeStop`, or `v.windowPeriod`, changing the time range on a dashboard should not reissue the query.
it should be refreshed if the user hits the `refresh` button.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by tracing how dashboard time-range changes trigger cell queries, then compare that path with the refresh button behavior. Done means cells that do not use the time-range variables are not reissued on range changes but still refresh explicitly.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100