I apologize for this, it must be an RTFM question, but I cannot find any documentation on the individual functions that are shown in the examples. For example: echo renderChart("../../FusionCharts/Pie3D.swf", $strDataURL, "", "FactorySum", 600, 300, false, true);
Where is the documentatino on "renderChart"? What are the parameters? I can see the first parm is the chart .swf file, and the second is the data URL. What's the third, ""? And the rest?