mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added maxSeries option for groupByNode function
This commit is contained in:
parent
a7cc36f741
commit
7dc2b36413
@ -242,7 +242,7 @@ function (_, $) {
|
||||
{
|
||||
name: "function",
|
||||
type: "string",
|
||||
options: ['sum', 'avg']
|
||||
options: ['sum', 'avg', 'maxSeries']
|
||||
}
|
||||
],
|
||||
defaultParams: [3, "sum"]
|
||||
|
Loading…
Reference in New Issue
Block a user