We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725e76f commit a62eb61Copy full SHA for a62eb61
src/datasource.ts
@@ -61,7 +61,7 @@ export class DataSource extends DataSourceApi<MyQuery, MyDataSourceOptions> {
61
const frame = new MutableDataFrame({
62
refId,
63
fields: response.data.result.labels.map((id: string, i: number) => {
64
- const node = response.data.summary.nodes.find((n: any) => n.mg === id);
+ //const node = response.data.summary.nodes.find((n: any) => n.mg === id);
65
return {
66
name: id, //node?.nm || id,
67
type: i === 0 ? FieldType.time : FieldType.number,
0 commit comments