allencoded

Members
  • Content count

    9
  • Joined

  • Last visited

About allencoded

  • Rank
    Forum Newbie
  1. Export To High Charts Redirect Problem

    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.
  2. 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
  3. Thanks its working now!
  4. Exporting Image To Server Not Working

    Thanks for the help! We seem to have it working now.
  5. We are using FusionCharts Trial and are trying to test out all the features before purchasing a full license. We have everything setup perfectly but we are encountering one last road block. What Works: Exporting as Download works great Our charts work beautifully Problem: When we try to save an image of the chart and set it as download our $_Post passes data and we are able to export the image just fine. But when exportAction is set to 'save' our $_Post no longer works, it passes nothing? Therefore resulting in insufficient data. We are operating in an xajax environment, and using Fusion Charts php setup. Here is an example of our Chart attributes: $FC->setChartParams("bgColor=f3f3f3; showPercentValues=1; showLabels=0; enableRotation=1; pieRadius = 80; enableSmartLabels = 1; pieYScale=50; exportEnabled=1; exportAtClient=0; exportAction=save; exportHandler=../lib/inc/fusionCharts/exportHandlers/FCExporter.php;"); I am also attaching our FCExporter.php. We are a bit confused why it works perfect for downloading and doesn't post at all for saving? Any help would be greatly appreciated. FCExporter.php
  6. We are using FusionCharts Trial and are trying to test out all the features before purchasing a full license. We have everything setup perfectly but we are encountering one last road block. What Works: Exporting as Download works great Our charts work beautifully Problem: When we try to save an image of the chart and set it as download our $_Post passes data and we are able to export the image just fine. But when exportAction is set to 'save' our $_Post no longer works, it passes nothing? Therefore resulting in insufficient data. We are operating in an xajax environment, and using Fusion Charts php setup. Here is an example of our Chart attributes: $FC->setChartParams("bgColor=f3f3f3; showPercentValues=1; showLabels=0; enableRotation=1; pieRadius = 80; enableSmartLabels = 1; pieYScale=50; exportEnabled=1; exportAtClient=0; exportAction=save; exportHandler=../lib/inc/fusionCharts/exportHandlers/FCExporter.php;"); I am also attaching our FCExporter.php. We are a bit confused why it works perfect for downloading and doesn't post at all for saving? Any help would be greatly appreciated. FCExporter.php
  7. I am experiencing the same problem. While the charts still load properly I am getting the same JavaScript error above. Did you ever find any solution to this?
  8. Chart Bar Isn't Expanding To End Of Canvas?

    Thanks so much. Found the problem with some of our data.
  9. I have a curious problem. Notice in one of the images below the charts values (bars) expand to the end. And in the other picture they are not. I am in trial version. Is there a way to fix this problem I have attached along the images below of the case in question. I am trying to make the odderror.jpg look like the goodone.jpg Thanks!