diff --git a/src/panel/graph_panel/graph_renderer.ts b/src/panel/graph_panel/graph_renderer.ts index 92129c6..19fde84 100644 --- a/src/panel/graph_panel/graph_renderer.ts +++ b/src/panel/graph_panel/graph_renderer.ts @@ -57,9 +57,6 @@ export class GraphRenderer { private _graphMousePosition: any; constructor($elem: JQuery, timeSrv, contextSrv, scope) { - - - var self = this; this.$elem = $elem; this.ctrl = scope.ctrl;