Sign in to follow this  
swapprose

Not able to see the charts in the deployed link.

Recommended Posts

Hi,

I am using fusionchartsv3.

I created chart in the visual studio 2008 and c#.net and deployed the link.

In the local application I am able to see the chart but in the deployed link not able to see the chart. Can anyone please help me. what could be the problem?

Thanks,

Swpprose

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please send us the screen-shot of the error that you are receiving as an attachment?

Awaiting your reply.

Share this post


Link to post
Share on other sites

I am not getting any error, that chart area is coming as white screen in the deployed link only.In the normal local application chart is displaying properly.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please re-check the root path for the swf file that you are using to render the chart?

Awwiting your reply.

Share this post


Link to post
Share on other sites

Hi,

Here the problem is when Iam making my application as virtual directory then chart is not displaying.

suppose if my url is like "http://localhost/...." then chart is not coming.

If Iam running application locally without making virtual directory then chart is coming.

here my url will be http://localhost:2345/....

2345 is port number.

I kept the swf files in the FusionCharts folder within the application.

Data.xml is in the application directly.

do I need to chage the path if  making virtual directory?

Presently my code is like this:

<object id="obj3d" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"

width="2900" height="300" >

<param name="movie" value="../FusionCharts/Column3D.swf" />

<param name="FlashVars" value="&dataURL=Data.xml&chartWidth=900&chartHeight=300">

<param name="quality" value="high" />

<embed src="../FusionCharts/Column3D.swf" flashvars="&dataURL=Data.xml&chartWidth=900&chartHeight=300"

quality="high" width="2900" height="300" name="Column3D" type="application/x-shockwave-flash"

pluginspage="http://www.macromedia.com/go/getflashplayer" />

</object>

Thanks,

Swapprose

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Glad that your issue is resolved.

Keep smiling and keep FusionCharting. :unsure:

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