Sign in to follow this  
charts

Using J Avascript Function As Links

Recommended Posts

Hi,

 

i used "javascript function as links" as described in the docu. see: docs.fusioncharts.com/charts/contents/DrillDown/JavaScript.html

 

i defined the "link" property as follows:

 

link: "Javascript: isJavaScriptCall=true; chartClick(event)"

 

What I want: :)

I need the position (clientX and clientY) on which the user has clicked into the chart. (I want to display a popup on this position!).

So I need the "event" object of the click-event. My sample above works fine in Chrome, but not in Firefox. Is there another way to get the "event" object of the "click-event" ???

 

thank you

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