Sign in to follow this  
chorkiong

Javascript Charts For Ipad

Recommended Posts

thanks alot.. it works after I get the best JS.. it should work fine now..

 

I got another questions.. is there a way to get the SVG string for the javascript charts? I know in highcharts there is a method getSVG() to return the svg string.

 

thanks!

Share this post


Link to post
Share on other sites

Hi,

 

Glad that your issue is resolved. :)

 

Please try using the following line of code to get the SVG string for only JavaScript charts.

Ref.-

FusionCharts('chartID').ref.FCC.getSVG()

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

Hi,

 

Glad that your issue is resolved. :)

 

Please try using the following line of code to get the SVG string for only JavaScript charts.

Ref.-

FusionCharts('chartID').ref.FCC.getSVG()

 

Hope this helps. :)

 

Thanks! It worked flawlessly.. I shall call you supreme being.. haha.. :)

Share this post


Link to post
Share on other sites

Hi,

 

Glad that your issue is resolved. :)

 

Please try using the following line of code to get the SVG string for only JavaScript charts.

Ref.-

FusionCharts('chartID').ref.FCC.getSVG()

 

Hope this helps. :)

 

 

Does that piece of code hold good for fusion charts version v3.2.2? I am using the same code. It was working fine with version v3.1. But it gives an error "FusionCharts('chartID') is undefined" after I have upgraded the version. Please let me know if I need to do some changes.

 

Thanks in Advance.

Share this post


Link to post
Share on other sites

Does that piece of code hold good for fusion charts version v3.2.2? I am using the same code. It was working fine with version v3.1. But it gives an error "FusionCharts('chartID') is undefined" after I have upgraded the version. Please let me know if I need to do some changes.

 

Thanks in Advance.

 

 

I apologize for the mistake in the post.

The error was "FusionCharts('chartID').ref is undefined".

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