You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
the $range parameter (as i understand it, i don't fully grok the code) is expanded in datasource.ts to start and stop values, it would be very useful to be able to split this out into two parameters such as $start and $stop as then you could(?) perform math on the start and end positions greatly simplifying and speeding up time-shifted queries
the $range parameter (as i understand it, i don't fully grok the code) is expanded in datasource.ts to
start
andstop
values, it would be very useful to be able to split this out into two parameters such as$start
and$stop
as then you could(?) perform math on the start and end positions greatly simplifying and speeding up time-shifted querieswhat i'm envisioning is something like
to perform a timeshifted query to make it easy to compare from one day to the next
The text was updated successfully, but these errors were encountered: