Sign in to follow this  
Shekhar

External Interfaces

Recommended Posts

Hi,

I am new to Fusion Chart. Would like know how to add external interfaces to Fusion Chart graphs. I am using Watir scripts for test automation of graphs created using Fusion Chart. The idea is to create external interfaces to read the values of the graph data.

Thanks,

Share this post


Link to post
Share on other sites

Hi,

FusionCharts SWFs expose some function through external interface.

You can get the values of graph data in CSV format using the existing getDataAsCSV() function.

Please read from more exposed APIs:

http://www.fusioncharts.com/docs/Contents/JS_API.html

http://www.fusioncharts.com/docs/Contents/JS_Events.html

http://www.fusioncharts.com/docs/Contents/JS_Overview.html

Hope these APIs help.

If you need to expose some other functions, you would need to edit the source and add functions as you wish.

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