Fixed default '@timestamp' time field for elasticsearch annotations, Fixes #1444

This commit is contained in:
Torkel Ödegaard 2015-02-09 13:34:12 +01:00
parent c9f06e1da1
commit 2de6f3434c

View File

@ -68,7 +68,7 @@ function (angular, _, config, kbn, moment) {
var titleField = annotation.titleField || 'desc';
var textField = annotation.textField || null;
range[annotation.timeField]= {
range[timeField]= {
from: rangeUnparsed.from,
to: rangeUnparsed.to,
};