mfruizs2
13 Nov 2012, 9:13 AM
Hi,
I'm using Ext 4.0.7 and when I need to hide one PieChart component on a window with several PieCharts components, the components that are visible turn black.
debugger;
var pieC = Ext.ComponentQuery.query('pieChartOne')[0];
if(!pieC.isVisible())
pieC.setVisible(true);
else
pieC.setVisible(false);
thx 4 all!
I'm using Ext 4.0.7 and when I need to hide one PieChart component on a window with several PieCharts components, the components that are visible turn black.
debugger;
var pieC = Ext.ComponentQuery.query('pieChartOne')[0];
if(!pieC.isVisible())
pieC.setVisible(true);
else
pieC.setVisible(false);
thx 4 all!