fixed issue with template refresh

This commit is contained in:
Torkel Ödegaard
2018-10-19 09:43:54 +02:00
parent dddbe62d6c
commit 11f66bb909
10 changed files with 19 additions and 17 deletions

View File

@@ -62,7 +62,6 @@ class TestDataDatasource {
});
}
console.log(res);
return { data: data };
});
}

View File

@@ -339,7 +339,6 @@ class GraphElement {
callPlot(options, incrementRenderCounter) {
try {
console.log('plot', this.sortedSeries);
this.plot = $.plot(this.elem, this.sortedSeries, options);
if (this.ctrl.renderError) {
delete this.ctrl.error;