Sign in to follow this  
Vasanth1984

Fusion click event

Recommended Posts

I am having a problem with fusion chart click event, I have the following code

 

chartObjConfig.clickURL = 'javaScript:myFunction()';

 

The above does not work for my scenario because:

 

The fusion chart code which builds the json data and is enclosed in a extjs component (a view js file), hence its not able to find the function.

 

I need some way of making it find my function which is in the same file.

 

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello Vasanth,

 

What FusionCharts version you have used?

 

Can you please send us the sample code for testing purposes?

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