kenw232 Report post Posted March 1, 2007 I can't seem to get rid of the click to activate for my chart. I do : [b]<script[/b] src=[b]"scripts/swfobject.js"[/b] type=[b]"text/javascript"></script> <? require_once("includes/FusionCharts/FusionCharts.php"); ?>[/b] ... [b]echo[/b] [b]renderChartHTML[/b]([i]"includes/FusionCharts/Pie2D.swf"[/i], [i]""[/i], [b]$strXML[/b], [i]"myNext"[/i], 400, 250, [b]false[/b]); 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. Share this post Link to post Share on other sites
Pallav Report post Posted March 2, 2007 Please use FusionCharts JS class and use the renderChart function instead of renderChartHTML Share this post Link to post Share on other sites