Graphite: annotations stop working after recent change to millisecond resolution, Fixes #1061

This commit is contained in:
Torkel Ödegaard 2014-11-14 08:19:49 +01:00
parent 104493e725
commit d4adaaaf2b

View File

@ -95,7 +95,7 @@ function (angular, _, $, config, kbn, moment) {
list.push({ list.push({
annotation: annotation, annotation: annotation,
time: datapoint[1] * 1000, time: datapoint[1],
title: target.target title: target.target
}); });
} }