allencoded Report post Posted August 1, 2012 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 Report post Posted August 2, 2012 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
allencoded Report post Posted August 2, 2012 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 Report post Posted August 3, 2012 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