Skip to content

Commit b51caf7

Browse files
authored
fixed filter name for delta (NOT delata)
1 parent b0416d6 commit b51caf7

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
@@ -454,7 +454,7 @@ entities:
454454
- 0.0 -> 0.0
455455
- 40.0 -> 45.0
456456
- 100.0 -> 102.5
457-
- delata # computes the delta between each two consecutive numeric y values.
457+
- delta # computes the delta between each two consecutive numeric y values.
458458
- 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)
459459
- integrate: h # computes area under the curve per unit of time using Right hand riemann integration. Same units as the derivative
460460
- map_y_numbers: Math.sqrt(y + 10*100) # map the y coordinate of each datapoint.

0 commit comments

Comments
 (0)