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
Copy file name to clipboardExpand all lines: readme.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -458,8 +458,12 @@ entities:
458
458
- delta # computes the delta between each two consecutive numeric y values.
459
459
- derivate: h # computes rate of change per unit of time: h # ms (milisecond), s (second), m (minute), h (hour), d (day), w (week), M (month), y (year)
460
460
- integrate: h # computes area under the curve per unit of time using Right hand riemann integration. Same units as the derivative
461
-
- map_y_numbers: Math.sqrt(y + 10*100) # map the y coordinate of each datapoint. Same available variables as for `map_y`
461
+
- integrate:
462
+
unit: h # defaults to h
463
+
reset_every: 1h# Defaults to 0 (never reset). Any duration unit (ms, s, m, h, d, w, M, y).
464
+
offset: 30m# defaults to 0. Resets happen 30m later
462
465
466
+
- map_y_numbers: Math.sqrt(y + 10*100) # map the y coordinate of each datapoint. Same available variables as for `map_y`
463
467
# In the filters below, missing and non numeric datapoints will be discarded
464
468
- sliding_window_moving_average: # best for smoothing
0 commit comments