chorkiong Report post Posted July 28, 2011 the charts renders great in flash. but when rendered in javascript,(Ipad) the legends seems not showing... any ideas? thanks Share this post Link to post Share on other sites
Guest Angshu Report post Posted July 28, 2011 Hi, Welcome to FusionCharts Forum! Please refer to the forum link: http://forum.fusioncharts.com/topic/9846-legend-not-showing-up-for-pie-chart-on-ipad/page__pid__38645#entry38645 for your reference. Hope this helps. Share this post Link to post Share on other sites
chorkiong Report post Posted July 31, 2011 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
Sanjukta Report post Posted August 1, 2011 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
chorkiong Report post Posted August 1, 2011 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
Sanjukta Report post Posted August 1, 2011 Hi, Glad that your issue is resolved. Happy FusionCharting! Share this post Link to post Share on other sites
karthik_k2 Report post Posted December 30, 2011 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
karthik_k2 Report post Posted January 2, 2012 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