djrodman Report post Posted August 19, 2013 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? Share this post Link to post Share on other sites
Swarnam Report post Posted August 20, 2013 Hey, Welcome to FusionCharts Forum. To know more about the parameters passed to renderChart(), please refer to the following link: http://docs.fusioncharts.com/charts/contents/guide-for-web-developers/php/PHP_BasicExample.html#renderchartparams Hope this helps. Share this post Link to post Share on other sites