Elasticsearch: Fix legend generated on backend (#66039)
* Elasticsearch: Fix legend * Remove comments * fix adding name to config * Fix lint
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// 0
|
||||
// ]
|
||||
// }
|
||||
// Name: Count
|
||||
// Name:
|
||||
// Dimensions: 2 Fields by 3 Rows
|
||||
// +-------------------------------+------------------+
|
||||
// | Name: Time | Name: Value |
|
||||
@@ -26,7 +26,6 @@
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"name": "Count",
|
||||
"meta": {
|
||||
"type": "timeseries-multi",
|
||||
"typeVersion": [
|
||||
@@ -49,7 +48,10 @@
|
||||
"frame": "float64",
|
||||
"nullable": true
|
||||
},
|
||||
"labels": {}
|
||||
"labels": {},
|
||||
"config": {
|
||||
"displayNameFromDS": "Count"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user