Sign in to follow this  
Atom

Data.xml Files

Recommended Posts

When you go through the process of "creating your first chart" you are given some code to embed which includes a reference to the location of the data. It is this line...

 

 

 

param name="Flashvars" value="&dataURL=Data.xml"

 

 

 

Now, you can leave this line of code completely out and the chart will run just the same. Or, you can include the line and give the file a different name.

 

 

 

My first question is, how does the script know where to get the data for the chart if you don't explicitly tell it? Secondly, how do you go about creating two separate charts from two completely different sets of data on the same web page?

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