mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataFrame: move labels to field (#19926)
This commit is contained in:
@@ -530,7 +530,6 @@ export class ElasticResponse {
|
||||
|
||||
for (let y = 0; y < tmpSeriesList.length; y++) {
|
||||
const series = toDataFrame(tmpSeriesList[y]);
|
||||
series.labels = {};
|
||||
dataFrame.push(series);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user