Elasticsearch: Fix legend generated on backend (#66039)

* Elasticsearch: Fix legend

* Remove comments

* fix adding name to config

* Fix lint
This commit is contained in:
Ivana Huckova
2023-04-11 13:29:38 +02:00
committed by GitHub
parent 05f7ae6c69
commit 3e4eb9c93e
12 changed files with 131 additions and 81 deletions
@@ -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"
}
}
]
},