Sign in to follow this  
Pallav

length of dataurl in fusionchart in IE

Recommended Posts

We are using fusioncharts with javascript. We provide graph data using dataUrl. Everything works fine, except when dataUrl length is over 4k - everything falls apart in IE. Since IE has the restriction on url length, is it possible to do http POST instead of GET for dataurl? I tried searching for this info in documentation and faqs - could not find any. Is there any way to do POST or any other way to overcome this issue when using fusioncharts?

Share this post


Link to post
Share on other sites

Hi,

 

 

 

I'm afraid you cannot do a POST call using dataURL, as it's a single GET invoke for XML that we initiate inside FusionCharts.

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