i have this but i want to show this data daily not just especific dates…
tried eveything and nothing worked
tried eveything and nothing worked
Is it possible to switch from InfluxQL to Flux in your case?
Flux has hourSelection
function for that purpose:
data
|> hourSelection(start: 2, stop: 5)
Unfortunately it isn’t possible right now to change no