Merge pull request #333 from kakakakakku/fix-docs-functions

Fixed docs for functions "timeShift"
This commit is contained in:
Alexander Zobnin
2017-01-18 09:57:01 +03:00
committed by GitHub

View File

@@ -128,7 +128,7 @@ timeShift(interval)
Draws the selected metrics shifted in time. If no sign is given, a minus sign ( - ) is implied which will shift the metric back in time. If a plus sign ( + ) is given, the metric will be shifted forward in time.
Examples:
```
timeShift(24h) - shift metric back in 2h hours
timeShift(24h) - shift metric back in 24h hours
timeShift(-24h) - the same result as for timeShift(24h)
timeShift(+1d) - shift metric forward in 1 day
```