Commit 21919216 by David Raifaizen

Fixed variable name for annotations

parent 23fcf855
......@@ -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;
......
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