small fixes

This commit is contained in:
Torkel Ödegaard
2014-01-08 07:42:17 +01:00
parent bcc3efffcf
commit a0cee35309
5 changed files with 12 additions and 4 deletions

View File

@@ -117,6 +117,13 @@ function (_) {
defaultParams: ['1d']
});
addFuncDef({
name: 'summarize',
category: categories.Transform,
params: [ { name: "interval", type: "string" }],
defaultParams: ['1h']
});
_.each(categories, function(funcList, catName) {
categories[catName] = _.sortBy(funcList, 'name');
});