surender.M Report post Posted December 14, 2006 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
Pallav Report post Posted December 14, 2006 For this type of usage, you'll have to write the JavaScript functions. Effectively, you can do something as under: Load the main chart using FusionCharts JavaScript class. This chart is loaded in a DIV. Define the link event of this chart as JavaScript functions (present on the same page). 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