Browse Source

rm some new lines

master
Coin de Gamma 5 years ago
parent
commit
4d0a3ca6a6
  1. 3
      src/panel/graph_panel/graph_renderer.ts

3
src/panel/graph_panel/graph_renderer.ts

@ -57,9 +57,6 @@ export class GraphRenderer {
private _graphMousePosition: any;
constructor($elem: JQuery<HTMLElement>, timeSrv, contextSrv, scope) {
var self = this;
this.$elem = $elem;
this.ctrl = scope.ctrl;

Loading…
Cancel
Save