| In the previous example, you had seen how to
use FusionCharts to build a simple chart. Well, its time now to know what
actually happened behind the scenes that involved the three elements (the
SWF File, XML File and the HTML file) to plot the chart.
The data communication in FusionCharts can be broken into the following
steps:
- The HTML wrapper page in which FusionCharts is embedded sends the
Data Source URL to FusionCharts via the Object/Embed method (i.e., by
appending the Data Source URL as in a querystring to the end of the
file name FC2Column.swf)
|