ravinm

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by ravinm

  1. <?php # Render Chart $FC->renderChart(); ?>
  2. Hi: I want to run a script under cron on a weekly basis, create the report and dump report in PDF format. I am not sure where to look for in the documentation. Could someone point me to the right place in documentation to implement this? Thanks Ravi
  3. Error: FusionCharts is not defined

    7 8 9 10 11 12 Chart. 13 14 15 var chart_Column3D1 = new FusionCharts("/opt/FONapache2/htdocs/inform/application/FusionCharts_Enterprise/Code/FusionCharts/Column3D.swf", "Column3D1", "300", "250", "0", "0", "","noScale","EN"); 16 //Provide entire XML data using dataXML method 17 chart_Column3D1.setDataXML(""); 18 chart_Column3D1.render("Column3D1Div"); 19 20 21 22 23