mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Merge pull request #2038 from craftytrickster/annotation-fix
Fixed variable name for annotations
This commit is contained in:
commit
57bacb339c
@ -48,7 +48,7 @@ function (_) {
|
||||
var list = [];
|
||||
var self = this;
|
||||
|
||||
_.each(this.seriesList, function (series) {
|
||||
_.each(this.series, function (series) {
|
||||
var titleCol = null;
|
||||
var timeCol = null;
|
||||
var tagsCol = null;
|
||||
|
Loading…
Reference in New Issue
Block a user