mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
fix(annotations): fixed graphite annotations, broken by recent time handling changes, fixes #2947
This commit is contained in:
parent
e507afc3d5
commit
c320e9d583
@ -75,7 +75,7 @@ function (angular, _, $, config, dateMath) {
|
||||
if (annotation.target) {
|
||||
var target = templateSrv.replace(annotation.target);
|
||||
var graphiteQuery = {
|
||||
range: rangeUnparsed,
|
||||
rangeRaw: rangeUnparsed,
|
||||
targets: [{ target: target }],
|
||||
format: 'json',
|
||||
maxDataPoints: 100
|
||||
|
Loading…
Reference in New Issue
Block a user