fix(annotations): fixed graphite annotations, broken by recent time handling changes, fixes #2947

This commit is contained in:
Torkel Ödegaard 2015-10-16 11:07:15 -04:00
parent e507afc3d5
commit c320e9d583

View File

@ -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