knightdna Report post Posted August 11, 2009 Hi all, I am using FusionCharts with PHP to generate interactive reports. I add links on the dataset to enable interactive feature on a report. Each link itself will refer to a related report generation function (written in javascript) providing new dataset and also rendering new chart. I can use it correctly when I am using single-series charts, such as Bar2D, or Pie2D, but I can't use it when I am using multi-series charts (MSLine, MSColumn3D, etc.). Is it true that I just can only use link on single-series dataset? Do you have any suggestion to add interactive feature on multi-series chart? Thank you for your attention Regards, -Aprian Diaz- Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 12, 2009 Hello Aprian, Welcome to the FusionCharts Forum. You can use and implement links in all charts in the FusionCharts Package! Could you please refer to the following links for further details on the implementation of the link attribute on Multi-series charts? (Ref: http://www.fusioncharts.com/docs/Contents/ChartSS/MSColumn2D.html) Also, could you please visit our online documentation and click on the Drill Down Charts section, on the left hand menu panel? I hope this helps. Share this post Link to post Share on other sites