Commit 3fbe3be3 by Torkel Ödegaard

fix: fixed groupByNode function definition

parent c13ac8a3
......@@ -75,12 +75,13 @@ function (_) {
params: [
{
name: "node",
type: "node",
type: "select",
options: [1,2,3,4,5,6,7,8,9,10,12]
},
{
name: "function",
type: "select",
options: ['sumSeries', 'averageSeries']
options: ['sum', 'avg']
}
],
defaultParams: [3, "sum"]
......
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