Commit a5feb639 by Torkel Ödegaard

Merge pull request #58 from andreparodi/master

added nonNegativeDerivative function
parents ac33286c 32189afc
......@@ -148,6 +148,13 @@ function (_) {
});
addFuncDef({
name: 'nonNegativeDerivative',
category: categories.Transform,
params: [ { name: "max value or 0", type: "int", } ],
defaultParams: [0]
});
addFuncDef({
name: 'timeShift',
category: categories.Transform,
params: [ { name: "amount", type: "select", options: ['1h', '6h', '12h', '1d', '2d', '7d', '14d', '30d'] }],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment