freeyland

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by freeyland

  1. When running in the examples folder: CodePHPDB_JS_dataURLDefault.php I am getting the following javascript error: chartObj.setDataURL is not a function What I already tried: 1) Update to the latest fusioncharts version 2) Set JS to true echo renderChart("../../FusionCharts/Column2D.swf?ChartNoDataText=Please select a factory from pie chart above to view detailed data.", "", "", "FactoryDetailed", 600, 250, false, true); 3)function FC_Rendered(DOMId){ WHen added this function it looks like the second grap never get fully loaded But non of them seems to help Thx for the help
  2. Hi, It is working now. It was a combination of the last parameter putting to 'true' and an error the example file 'Factory.php' Following was missing: include("../Includes/FusionCHarts.php"); Thank you very much!!!
  3. The code is the sample code which is provided in the package. I both tried : echo renderChart("../../FusionCharts/Column2D.swf?ChartNoDataText=Please select a factory from pie chart above to view detailed data.", "", "", "FactoryDetailed", 600, 250, false, true); ==> Page keeps loading without graph displayed echo renderChart("../../FusionCharts/Column2D.swf?ChartNoDataText=Please select a factory from pie chart above to view detailed data.", "", "", "FactoryDetailed", 600, 250, false, false); => Error: chartObj.setDataURL is not a function I both tried in IE and Firefox graph.txt