|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 3/1/2007 3:29:18 AM
Posts: 1,
Visits: 2
|
|
| I can't seem to get rid of the click to activate for my chart. I do :
<script src="scripts/swfobject.js" type="text/javascript"></script> <? require_once("includes/FusionCharts/FusionCharts.php"); ?> ... echo renderChartHTML("includes/FusionCharts/Pie2D.swf", "", $strXML, "myNext", 400, 250, false);
Where $strXML is populated somewhere else. it works fine, I just keep getting the "click to activte". Is there something I'm missing? I'm using PHP 4.4 and Fusion Charts 3.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Yesterday @ 7:11:27 AM
Posts: 2,183,
Visits: 513
|
|
Please use FusionCharts JS class and use the renderChart function instead of renderChartHTML
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|