Sign in to follow this  
allencoded

Export To High Charts Redirect Problem

Recommended Posts

We currently have the latest version of fusion charts.

 

Currently when a user visits our site and doesn't have flash the charts load properly.

Then very quickly after the charts load the user is redirected to: http://export.highcharts.com/. This page shows just a image of the very first chart.

 

I did find in the source where the redirect is being made. url: 'http://export.highcharts.com/', but I am unable to remove just the url address as then it will loop, and when the url is completely deleted/removed the page goes to an error page. Looking for any advice on how I can bypass this. I am not trying to export just trying to show the charts in javascript without getting the redirect.

 

I discovered I can hit the back button and view the charts fine after it redirects me to this export page. Note export is NOT enabled.

 

 

Thanks

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Can you please confirm that you have set the attribute 'exportEnabled' to 0, if you have defined it?

 

Also, please share the XML data with us for testing purposes.

Share this post


Link to post
Share on other sites

Hi,

 

Can you please confirm that you have set the attribute 'exportEnabled' to 0, if you have defined it?

 

Also, please share the XML data with us for testing purposes.

 

In my attributes all I have is this:

bgColor=f3f3f3; showPercentValues=1; showLabels=0; enableRotation=1; pieRadius = 80; enableSmartLabels=1; pieYScale=50;

 

and yes I have tried to explicitly set the exportEnabled to 0 same problem.

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Please provide us the live URL for further testing.

 

Or you may send us the entire sample code to replicate the issue from our end.

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