Sign in to follow this  
suba

Pod containing fusion Charts

Recommended Posts

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.

Edited by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this