arivu Report post Posted February 3, 2010 clickURL='javascript:showBigGraph(ddGraphUrlLarge, this.event )' i got the value of event object as "undefined" in resultant page..... could you solve this problem..... i need urgently???? Thanks & Regards G. Arivu. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted February 4, 2010 Hi Arivu, I am afraid, as of now, FusionCharts does not support the event functionality in the Drill-down method. Could you please try capturing the event from the HTML page that you are using to render the chart? Hope this helps. Share this post Link to post Share on other sites
arivu Report post Posted February 4, 2010 yes..i am catching the event in the jsp only. On the receiving side it shows the value of "event " object as undefined... My aim is to find the mouseclick point in the screen of chart ..... ... i hope you may understand now...... Share this post Link to post Share on other sites
Guest Madhumita Report post Posted February 4, 2010 Hello, You do not need to use the clickURL attribute to trap the event. You have to write a separate javascript function for trapping events. For any click-event on the entire screen the mouseclick point on the screen will be captured. All you have to do is set the chart in transparent or opaque mode. Share this post Link to post Share on other sites