Pallav

Problems with chart path in .net

Recommended Posts

Hi,

I am trying to get the basic chart working in asp.net and cannot seem to specify the path of the chart i want to use.

No matter how I set the path in the FusionCharts.RenderChartHTML call I always get the same path in the source code which is incorrect. It always gets displayed with the path

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

And

<embed src="../../FusionCharts/Column3D.swf"

Am I missing something here?

Share this post


Link to post
Share on other sites

Hi,

Thanks for getting back to my post. I have actually resolved this. There was a problem with the ASP.Net dll supplied which for some reason insisted on using a standard path. I ditched this dll and used the class instead and I now have the charts working.

Thanks

Harlequin

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