Reference to the hideAfter() function
   
    
    
Summary
hideAfter(<timeWindow>, <tsExpression>)
Hides data after the specified time.
For example, hideAfter(10m) hides data that’s newer than 10 minutes ago.
Parameters
| Parameter | Description | 
|---|---|
| timeWindow | Time where you want to start hiding data.  For example, hideAfter(10m) hides data that’s newer than 10 minutes ago.  | 
| tsExpression | Expression that describes the time series you want to filter. | 
Description
The hideBefore() and hideAfter() functions allow you to  pan chart windows into the future to further refine the display. They can be especially useful in conjunction with predictive functions, but also make charts easier to view by hiding unnecessary detail.
Examples
The following example shows how we hide data that are newer than 10 minutes ago.
