knightdna

Members
  • Content count

    1
  • Joined

  • Last visited

About knightdna

  • Rank
    Forum Newbie
  1. 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-