mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: fixed compiler error from #9676
This commit is contained in:
parent
c8f7361e3f
commit
fec37f22b8
@ -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() {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user