a_edel

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by a_edel

  1. 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.
  2. 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