Merge pull request #85 from ohTHATaaronbrown/master

Fixes #84: Added implementation of fund parameter ...
This commit is contained in:
Torkel Ödegaard
2014-02-11 17:16:26 +01:00
+2 -2
View File
@@ -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({