mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed issue with template refresh
This commit is contained in:
@@ -62,7 +62,6 @@ class TestDataDatasource {
|
||||
});
|
||||
}
|
||||
|
||||
console.log(res);
|
||||
return { data: data };
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user