Skip to content

Commit 883133c

Browse files
authored
Update readme.md
1 parent 1af531f commit 883133c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ entities:
445445
- deduplicate_adjacent # removes all adjacent duplicate values. Useful for type: marker+text
446446
- delta # computes the delta between each two consecutive numeric y values.
447447
- 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)
448-
- integrate: h # computes area under the curve per unit of time using Right hand riemann integration. Same units as the derivative
448+
- integrate: h # computes area under the curve in a specific unit of time using Right hand riemann integration. Same units as the derivative
449449
- integrate:
450450
unit: h # defaults to h
451451
reset_every: 1h # Defaults to 0 (never reset). Any duration unit (ms, s, m, h, d, w, M, y).

0 commit comments

Comments
 (0)