Sign in to follow this  
surender.M

How to replace the chart with link chart

Recommended Posts

Hi all,

I am using Fusion Charts3 and i want to know

HOW TO REPLACE THE CHART WITH LINK CHART?

i.e the drill down link chart should replace the mail chart.

Help will be appreciated.

Thanks & Regards.

Share this post


Link to post
Share on other sites

For this type of usage, you'll have to write the JavaScript functions. Effectively, you can do something as under:

  1. Load the main chart using FusionCharts JavaScript class. This chart is loaded in a DIV.
  2. Define the link event of this chart as JavaScript functions (present on the same page).
  3. When the link (JS Function) is invoked, create a new chart in a new DIV and hide the main chart DIV.

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