mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
ef22ff7315
commit
8e56dd0279
@ -109,13 +109,13 @@ An array of:
|
|||||||
"text": "Time",
|
"text": "Time",
|
||||||
"type": "time",
|
"type": "time",
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"desc": true,
|
"desc": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "mean",
|
"text": "mean"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "sum",
|
"text": "sum"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rows": [
|
"rows": [
|
||||||
@ -128,7 +128,7 @@ An array of:
|
|||||||
1457425370000,
|
1457425370000,
|
||||||
1002.76215352,
|
1002.76215352,
|
||||||
1002.76215352
|
1002.76215352
|
||||||
],
|
]
|
||||||
],
|
],
|
||||||
"type": "table"
|
"type": "table"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user