Hi,
I am using pods in my application.One of the pods should display pie chart.
When i include fusion chart directly under mx:Application.It worked fine.The same code when i include it in podContentBase, chart doesnt display.
Pls help.
Code:
<
PodContentBase horizontalScrollPolicy="auto" verticalScrollPolicy="auto"
xmlns="com.flexsample.view.adobe.dashboard.view.*"
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:fc="com.fusioncharts.components.*"
width="100%" height="100%" >
< fc:FusionCharts x="10" y="10" id="fusChart" width="100%" FCChartType="Pie3D" FCUseDefaultData="true" visible="true" / >
< /PodContentBase >
Thanks.