Commit c9501d11 by Torkel Ödegaard

Merge pull request #820 from jozog/master

Handle 'group' graphite method
parents 323ff3d4 88ea524f
......@@ -87,6 +87,13 @@ function (_) {
});
addFuncDef({
name: 'group',
params: optionalSeriesRefArgs,
defaultParams: ['#A', '#B'],
category: categories.Combine,
});
addFuncDef({
name: 'sumSeries',
shortName: 'sum',
category: categories.Combine,
......
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