karthik_k2 Report post Posted January 5, 2012 Hi, I was using Fusion charts version v3.1 earlier and now I have upgraded it to version v3.2.2. Everything is working fine so far except that I could not generate SVG string of the chart using the code "FusionCharts("chartId").ref.FCC.getSVG()". I do not know what went wrong, it shows "FusionCharts("chartId").ref is undefined". Please let me know if I have to change the code because of the upgradation. Thanks in advance. Share this post Link to post Share on other sites
das_dipu Report post Posted January 10, 2012 Hi, I was using Fusion charts version v3.1 earlier and now I have upgraded it to version v3.2.2. Everything is working fine so far except that I could not generate SVG string of the chart using the code "FusionCharts("chartId").ref.FCC.getSVG()". I do not know what went wrong, it shows "FusionCharts("chartId").ref is undefined". Please let me know if I have to change the code because of the upgradation. Thanks in advance. I too am facing the same problem since upgradation. In my case it is "FusionCharts("chartId").ref.FCC is undefined". It was working fine earlier. Someone please help me solve this issue. I am stuck. Share this post Link to post Share on other sites
karthik_k2 Report post Posted January 18, 2012 Hi, Sorry for the repetitive post on the same issue. This is kind of urgent for my application. If generating SVG string is a problem, please let me know what the next best thing is. Thanks. Share this post Link to post Share on other sites
Swarnam Report post Posted January 31, 2012 Hi, Sorry for the delayed reply. Could you please try using the following code to generate SVG string? FusionCharts("myChartId").ref.getSVGString() Hope this helps. Share this post Link to post Share on other sites
karthik_k2 Report post Posted February 2, 2012 Hi, Sorry for the delayed reply. Could you please try using the following code to generate SVG string? FusionCharts("myChartId").ref.getSVGString() Hope this helps. Thank you.. It works fine. Share this post Link to post Share on other sites