Sign in to follow this  
Sataract

Export Chart Method For Fusion Widgets

Recommended Posts

We were able to implement the chart.exportChart() method for Fusion Charts but we are unable to do so for Fusion Widgets. The APIs exposed for Fusion Widgets say that exportChart is a valid method, however this method is not visible when we step through and view in a debugger (like firebug)

 

API : http://docs.fusionch...nts/JS_API.html

 

Javascript returns an error that says "exportChart" is not a method of the Fusion Widgets object.

 

P.S. We are working with Funnel.swf

 

Also, this is because we want to do a strictly server side export.

Share this post


Link to post
Share on other sites

The chart is fully rendered. We are able to save it using the right click menu on the chart.

 

exportChart() works for fusion charts but it does not work for fusion widgets.

 

 

 

 

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Please note that the JavaScript method exportChart() will only work when the chart has been fully rendered in the client browser.

 

More details at : http://docs.fusionch...JavaScript.html

 

Hope this helps.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your response.

 

We are glad to inform you that beta version of FusionWidgets XT( 3.2) has been released .

 

FusionWidgets XT can now render gauges in JavaScript (HTML5), thereby enabling you to run it on iPads and iPhones. The JavaScript version looks and functions similar to the existing Flash charts and is even powered by the same data.

 

To download the same, please visit : http://www.fusioncharts.com/labs/xt/widgets/

 

Hope this helps.

Share this post


Link to post
Share on other sites

Congratulations on the new release. This does not solve my problem though.

 

Hi,

 

Thanks for your response.

 

We are glad to inform you that beta version of FusionWidgets XT( 3.2) has been released .

 

FusionWidgets XT can now render gauges in JavaScript (HTML5), thereby enabling you to run it on iPads and iPhones. The JavaScript version looks and functions similar to the existing Flash charts and is even powered by the same data.

 

To download the same, please visit : http://www.fusioncha...abs/xt/widgets/

 

Hope this helps.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Could you please send us the entire code to look into the issue?

 

Awaiting for your response.

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