Sign in to follow this  
etm

Javascript Method - Referencing Charts?

Recommended Posts

I'm trying to use some code using your javascript method.

var chart1 = new FusionCharts(""

My question is why do you have to use relative addressing with the function call? 

Steps taken:

- created virtual directory under main root web called Fusion charts.  Beneath that folder I placed a folder called SWFile.

Attempted to create web reference.

I've tried creating dynamically:

http://<web root name>/FusionCharts/SWFile/<chart swf file>.swf

That did not work.

I then tried creating an application wide variable for the root web server map path and adding Fusion ChartsSWfile

i.e.:

c:<root web directory>FusionChartsSWFile<swfile>.swf

And that did not work.  Are their any hints or workarounds to using  relative address "../../FusionCharts"

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