Sign in to follow this  
samraman

Drilldown link for javascript not working in fusionchart v3.1

Recommended Posts

Guest Basundhara Ghosal

Hi Sampath,

We have re-tested the sample in our lab and it seems to work fine.

Please refer to the sample that we are sending you as an attachment.

I hope this helps.

JSLink_Sample.zip

Share this post


Link to post
Share on other sites

Drilldown links are broken in 3.1 Evaluation version using the latest browsers... IE 8.0 seems to work only when using a relative path as the link value, FF 3.6.2 doesn't work at all. Or is it an Adobe Flash Player Plugin issue? I'm using version 10.1.82.76.

 

 

 

Here's a sample data.xml file trying the various syntax options:

 

 

 

<chart caption="Drilldown Test" subCaption="" yaxislabel="xAxis" xaxislabel="yAxis">

 

<set label="httpURL" value="235" link="http://www.google.com" />

 

<set label="relURL" value="123" link="/file.txt" />

 

<set label="JavaScript1" value="129" link="JavaScript:myJS('parm1, 129')" />

 

<set label="JavaScript2" value="121" link="JavaScript:myJS('parm1, 121');" />

 

<set label="myJS fn" value="86" link="j-myJS('parm1,86')" />

 

<set label="myJS string" value="90" link="j-myJS-parm1,90" />

 

</chart>

 

 

 

FusionCharts v3.1

 

Release: 24th February 2009

Edited by Guest

Share this post


Link to post
Share on other sites

I found this in the documentation while researching something else:

 

 

 

To register the chart with JavaScript, we set the registerWithJS parameter to 1. It's the last parameter in FusionCharts constructor function.

 

 

 

For example:

 

 

 

var chart1 = new FusionCharts("Column3D.swf", "chart1Id", "400", "300", "0", "1");

 

 

 

 

 

This helped in my particular situation, however the sample already had this and still doesn't work.

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please try uninstalling and then reinstalling your Flash Player?

Hope this helps. :)

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