Commit 45ab6d7c by Torkel Ödegaard

Merge pull request #85 from ohTHATaaronbrown/master

Fixes #84: Added implementation of fund parameter ...
parents 48325b64 a868bab2
......@@ -176,8 +176,8 @@ function (_) {
addFuncDef({
name: 'summarize',
category: categories.Transform,
params: [ { name: "interval", type: "string" }],
defaultParams: ['1h']
params: [ { name: "interval", type: "string" }, { name: "func", type: "select", options: ['sum', 'avg', 'min', 'max', 'last'] }],
defaultParams: ['1h', 'sum']
});
addFuncDef({
......
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