karthik_k2

Svg String

Recommended Posts

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

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

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

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

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

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