Sign in to follow this  
matthiasmax

Callback In Insert/update Jquery Plugin?

Recommended Posts

Guest Sumedh

Hi,

 

You can use "fusionChartsDrawComplete" event for your requirement.

 

Also, the event handler needs to be attached to the the container element of the FusionCharts object. To avoid conflict with other jQuery events having same names, "fusioncharts" has been appended to all the FusionCharts event names or types.

 

For more information, please refer the following links:

http://docs.fusioncharts.com/charts/contents/jQuery/Events.html

 

http://docs.fusioncharts.com/charts/contents/JavaScript/API/Events.html

 

Hope this helps!

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