flux derivative no negative
This commit is contained in:
parent
bbef19a73d
commit
e5b1bc0921
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from(bucket: "${bucket}")
|
|||
|> filter(fn: (r) => ${' or '.join(f'r["{key}"] == "{value}"' for value in values)})
|
||||
% endfor
|
||||
% if function == 'derivative':
|
||||
|> derivative()
|
||||
|> derivative(nonNegative: true)
|
||||
% endif
|
||||
% if negative:
|
||||
|> map(fn: (r) => ({r with _value: r._value * - 1.0}))
|
||||
|
|
Loading…
Reference in a new issue