uj2011 Report post Posted January 3, 2012 Hi, I wish to give the link to Node in Drag Node chart so that when I click on that node it will navigate me to other page. I am giving Link parameter in <set> but still cant do this navigation. (enableLink='1' this is already set). Can anyone guide whats going wrong with this? Do I have to exclusively give link in XML again for every node? Thanks in Advance Uj2011 Share this post Link to post Share on other sites
uj2011 Report post Posted January 4, 2012 anyone to help ?? ... how to resolve it any idea ?? Hi, I wish to give the link to Node in Drag Node chart so that when I click on that node it will navigate me to other page. I am giving Link parameter in <set> but still cant do this navigation. (enableLink='1' this is already set). Can anyone guide whats going wrong with this? Do I have to exclusively give link in XML again for every node? Thanks in Advance Uj2011 Share this post Link to post Share on other sites
Guest Angshu Report post Posted January 5, 2012 Hi, Thanks for your post. If there are any links defined on the nodes, you can opt to start the chart in link mode (rather than dragging mode) by setting this "enableLinks" attribute as 1. You can, at runtime, toggle between link mode and drag mode using the right-click context menu of chart. Ex: <chart .. enableLinks='1'> ...... <set ... link='n-http://www.fusioncharts.com'/> Hope this helps. Share this post Link to post Share on other sites