Handle 'group' graphite method

This commit is contained in:
Julien Ozog
2014-09-17 17:12:43 +02:00
parent a0ab9113fc
commit 88ea524f44
+7
View File
@@ -86,6 +86,13 @@ function (_) {
category: categories.Calculate,
});
addFuncDef({
name: 'group',
params: optionalSeriesRefArgs,
defaultParams: ['#A', '#B'],
category: categories.Combine,
});
addFuncDef({
name: 'sumSeries',
shortName: 'sum',