mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
influxdb: influxql: fix dataframe column-names (#37195)
This commit is contained in:
@@ -85,7 +85,9 @@ function timeSeriesToDataFrame(timeSeries: TimeSeries): DataFrame {
|
||||
const valueField = {
|
||||
name: TIME_SERIES_VALUE_FIELD_NAME,
|
||||
type: getFieldType(values),
|
||||
config: {},
|
||||
config: {
|
||||
displayNameFromDS: timeSeries.title,
|
||||
},
|
||||
values: new ArrayVector<unknown>(values),
|
||||
labels: timeSeries.tags,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user