Commit e9c75236 by Torkel Ödegaard

Graphite: added second optional parameter to averageSeriesWithWildcards, Closes #926

parent 88bbc720
......@@ -155,7 +155,10 @@ function (_) {
addFuncDef({
name: 'averageSeriesWithWildcards',
category: categories.Combine,
params: [{ name: "node", type: "int" }],
params: [
{ name: "node", type: "int" },
{ name: "node", type: "int", optional: true },
],
defaultParams: [3]
});
......
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