Shekhar Report post Posted June 8, 2009 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
FusionCharts Support Report post Posted June 12, 2009 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