Atom Report post Posted April 10, 2009 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