Sign in to follow this  
arivu

Passing event object in clickURL ---->is not working

Recommended Posts

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this