hMayuresh Report post Posted June 1, 2011 hey, I want to set links in funnel chart I did it using the 'link' attribute, now I want to use ajax link request can anyone help me on this. Share this post Link to post Share on other sites
Guest Angshu Report post Posted June 1, 2011 Hi, Thanks for your post. Could you please elaborate your query a bit more? Awaiting for your response. Share this post Link to post Share on other sites
hMayuresh Report post Posted June 1, 2011 Hi, Thanks for your reply. I am using a set tag to add labels while adding this I am appending link attribute in that link I have one encoded link which is working fine for me. Now my new requirement is I want to send ajax request instead of link which changes the browser url. I want, if I click on any section od funnel chart it should update a specif div with ajax request. Again thanks! Share this post Link to post Share on other sites
FusionCharts Support Report post Posted June 1, 2011 Hi, You can always call a JavaScript function from a link attribute. e.g., <set value='10' link='myJSFunction(1231)' /> This will call a funciton myJSFunction() and pass 1231 as parameter to the function. Please check if this helps. Share this post Link to post Share on other sites