Commit fec37f22 by Torkel Ödegaard

fix: fixed compiler error from #9676

parent c8f7361e
import coreModule from '../core_module';
import rangeUtil from 'app/core/utils/rangeutil';
import * as rangeUtil from 'app/core/utils/rangeutil';
export class NgModelOnBlur {
constructor() {
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment