mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update typescript to v4.2.4 (#33297)
* Update typescript to v4.2.4 * Update @types/slate * Fix QueryVariableEditor.test.tsx * Fix search-related type errors * Fix Plugin pages type errors * Fix missing initializer errors * Update snapshot * Revert tsconfig changes
This commit is contained in:
@@ -31,7 +31,7 @@ import { annotationsFromDataFrames } from '../../../features/query/state/Dashboa
|
||||
export class GraphCtrl extends MetricsPanelCtrl {
|
||||
static template = template;
|
||||
|
||||
renderError: boolean;
|
||||
renderError = false;
|
||||
hiddenSeries: any = {};
|
||||
hiddenSeriesTainted = false;
|
||||
seriesList: TimeSeries[] = [];
|
||||
@@ -41,7 +41,7 @@ export class GraphCtrl extends MetricsPanelCtrl {
|
||||
|
||||
dataWarning?: DataWarning;
|
||||
colors: any = [];
|
||||
subTabIndex: number;
|
||||
subTabIndex = 0;
|
||||
processor: DataProcessor;
|
||||
contextMenuCtrl: GraphContextMenuCtrl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user