Commit 7dc2b364 by Eugen Dinca

Added maxSeries option for groupByNode function

parent a7cc36f7
......@@ -242,7 +242,7 @@ function (_, $) {
{
name: "function",
type: "string",
options: ['sum', 'avg']
options: ['sum', 'avg', 'maxSeries']
}
],
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