mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graphite: annotations stop working after recent change to millisecond resolution, Fixes #1061
This commit is contained in:
parent
104493e725
commit
d4adaaaf2b
@ -95,7 +95,7 @@ function (angular, _, $, config, kbn, moment) {
|
||||
|
||||
list.push({
|
||||
annotation: annotation,
|
||||
time: datapoint[1] * 1000,
|
||||
time: datapoint[1],
|
||||
title: target.target
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user