Sign in to follow this  
kenw232

Click to activate?

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this