diff --git a/js/app/views/PlotComponents/PlotTabContent.js b/js/app/views/PlotComponents/PlotTabContent.js index 151fc98..9ee0f27 100644 --- a/js/app/views/PlotComponents/PlotTabContent.js +++ b/js/app/views/PlotComponents/PlotTabContent.js @@ -150,7 +150,7 @@ Ext.define('amdaPlotComp.PlotTabContent', { } } this.updateTimeObject(); - this.plotNode.create({callback: function() { + this.plotNode.create({plot: true, callback: function() { me.plotNode.commit(); me.setPlotNode(me.plotNode); //to update initial request data me.plotTabPanel.updatePlotTabs(); -- libgit2 0.21.2