Sign in to follow this  
srikanth964

Encodedataxml Method Not Supported Anymore

Recommended Posts

Hello,

 

I wanted to check with you if the encodeDataXML method has been removed from the FusionCharts.js. I used this before and now when I updated js file I get the below javascript error,

 

Uncaught TypeError: Object [object Object] has no method 'encodeDataXML'.

 

 

What advise do you give me to have it back.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Srikanth,

 

For the latest JavaScript file the "encodeDataXML" is handeled internally.

 

It is no more require to specify the same explicitly.

 

In case you need to specify the same, could you please elaborate us the requirement?

 

Awaiting your reply.

Share this post


Link to post
Share on other sites

Thanks Basundhara. I figured it out but want to confirm with others. We had this step before and because the new js handles it internally it got encoded twice and we ran into issues. But I think we are fine now. I had issue with the XML where the chart renders fine in flash mode but does not in HTML 5 mode. I created a new post on the forum. If you can look into it that would be great.

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