lucrativeu
15 Oct 2012, 2:00 AM
I tried to display a bar chart in a panel, though the panel is contained inside a container. The panel display but the bar chart does not show. Below is an overview of the code
var tiaManagementRightPanel = new Ext.container.Container({
height:900,
margin : '10 10 0 10',
border : 0,
items : [ businessIntelligence, showChart]
});
showChart is the panel housing the bar chart. Thanks in advance... :s
var tiaManagementRightPanel = new Ext.container.Container({
height:900,
margin : '10 10 0 10',
border : 0,
items : [ businessIntelligence, showChart]
});
showChart is the panel housing the bar chart. Thanks in advance... :s