Time series serach(Event set)in Quiver

I have a question about Event set by Time series search displayed on Time Series Chart.

I understand that it basically colors the areas where the search criteria for the Y-axis value match.

Is it possible to add the X-axis (Time) to the search criteria?

Specifically, I would like to set the Y-axis conditions for a certain period.

Ex)
The time series to be displayed is 2024/10/01 00:00:00 to 2024/10/31 23:00:00, but the search target period is 2024/10/22 00:00:00 to 2024/10/22 23:00:00

Yes! You can use the variable t in the formula, which represents the timestamp in milliseconds. For example, the formula $A > 100 && t > 1727755200000 && t < 1730347200000 will show events where the $A plot is greater than 100 within the time range 2024/10/01 to 2024/10/31 (UTC).

1 Like