mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: fixed groupByNode function definition
This commit is contained in:
parent
c13ac8a36f
commit
3fbe3be30e
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user