Commit d4adaaaf by Torkel Ödegaard

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

parent 104493e7
......@@ -95,7 +95,7 @@ function (angular, _, $, config, kbn, moment) {
list.push({
annotation: annotation,
time: datapoint[1] * 1000,
time: datapoint[1],
title: target.target
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment