chaitanyavrk Report post Posted April 24, 2013 Hi, Can we handle click event on data-points or series? How to know which data-point the user selected or clicked? Thanks, Chaitanya Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 25, 2013 Hi Chaitanya, Welcome to FusionCharts Forum. Can we handle click event on data-points or series? >>Yes, you can handle the click event on data points by providing the complete URL in the "link" attribute of the <set> element of your chart XML. For more information on "Creating DrillDown Charts", please follow the link below: http://docs.fusioncharts.com/charts/contents/?DrillDown/Simple.html How to know which data-point the user selected or clicked? >>FusionCharts does not support any event handlers to get the data point related information, while clicked on that plot. However, you can achieve this by using your custom JavaScript functions as links and passing the data point information as argument to that function. For more information on "Using JavaScript Functions as links", please follow the link below: http://docs.fusioncharts.com/charts/contents/?DrillDown/JavaScript.html Hope this helps! Share this post Link to post Share on other sites