mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Refactor: rename SeriesData to DataFrame (#17854)
This commit is contained in:
@@ -6,7 +6,7 @@ import './editor/editor_component';
|
||||
|
||||
import { TemplateSrv } from 'app/features/templating/template_srv';
|
||||
import { auto } from 'angular';
|
||||
import { SeriesData } from '@grafana/ui';
|
||||
import { DataFrame } from '@grafana/ui';
|
||||
|
||||
export interface ResultFormat {
|
||||
text: string;
|
||||
@@ -125,7 +125,7 @@ export class AzureMonitorQueryCtrl extends QueryCtrl {
|
||||
}
|
||||
}
|
||||
|
||||
onDataReceived(dataList: SeriesData[]) {
|
||||
onDataReceived(dataList: DataFrame[]) {
|
||||
this.lastQueryError = undefined;
|
||||
this.lastQuery = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user