Commit f5df7de18fb23da9d8ea27d1083e95c3784c699f
1 parent
80b3946d
Exists in
master
and in
92 other branches
Fix #8567
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/PlotComponents/PlotTabContent.js
... | ... | @@ -150,7 +150,7 @@ Ext.define('amdaPlotComp.PlotTabContent', { |
150 | 150 | } |
151 | 151 | } |
152 | 152 | this.updateTimeObject(); |
153 | - this.plotNode.create({callback: function() { | |
153 | + this.plotNode.create({plot: true, callback: function() { | |
154 | 154 | me.plotNode.commit(); |
155 | 155 | me.setPlotNode(me.plotNode); //to update initial request data |
156 | 156 | me.plotTabPanel.updatePlotTabs(); |
... | ... |