mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
Graphite: Fix test data source query options (#26906)
This commit is contained in:
parent
1dd5b58e95
commit
02e4c2bb9e
@ -593,6 +593,9 @@ export class GraphiteDatasource extends DataSourceApi<GraphiteQuery, GraphiteOpt
|
||||
const query = ({
|
||||
panelId: 3,
|
||||
rangeRaw: { from: 'now-1h', to: 'now' },
|
||||
range: {
|
||||
raw: { from: 'now-1h', to: 'now' },
|
||||
},
|
||||
targets: [{ target: 'constantLine(100)' }],
|
||||
maxDataPoints: 300,
|
||||
} as unknown) as DataQueryRequest<GraphiteQuery>;
|
||||
|
Loading…
Reference in New Issue
Block a user