fix: fixed compiler error from #9676

This commit is contained in:
Torkel Ödegaard 2017-11-01 08:08:16 +01:00
parent c8f7361e3f
commit fec37f22b8
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import coreModule from '../core_module';
import rangeUtil from 'app/core/utils/rangeutil';
import * as rangeUtil from 'app/core/utils/rangeutil';
export class NgModelOnBlur {
constructor() {

View File

@ -226,7 +226,6 @@ class MetricsPanelCtrl extends PanelCtrl {
interval: this.interval,
intervalMs: this.intervalMs,
targets: this.panel.targets,
format: this.panel.renderer === 'png' ? 'png' : 'json',
maxDataPoints: this.resolution,
scopedVars: scopedVars,
cacheTimeout: this.panel.cacheTimeout