dennish

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by dennish

  1. Hi-- I am using server-side export to export a chart to disk. When I right-click on the chart and select SAVE AS JPG everything works as expected. When I click a button that calls myChart.ExportChart(), the progress bar goes to about 5% then disappears. I get no JPG. FCExporter.aspx does not get called. I am using version 3.2.1. Thanks in advance for any help. Merry Christmas! Dennis I tried to paste my code here, and could not. I also tried uploading a text file without success.
  2. Export failing with exportChart()

    Thanks for your reply. I am working on installing the upgrade now. I see it no longer uses Flash. The only reason we needed to export is because the charts will not print in FireFox or Chrome due to lack of Flash printing support, so this is good in more ways than one. Thanks again! Dennis
  3. Export failing with exportChart()

    Now it won't let me edit my post. I could paste if I used Firefox instead of IE. Here is some additional info. I do have registerWithJS turned on. <script type="text/javascript"> var myChart = new FusionCharts("FusionCharts/Pie3D.swf", "myChartId", "750", "400", "0", "1"); myChart.setXMLUrl("<%= Charter.ChartDataFileWebPath %>"); myChart.render("chartContainer"); </script> Here is my XML: <?xml version="1.0"?> -<chart exportFileName="0sdwawo1jyv" exportHandler="http://localhost:9597/FusionCharts/ExportHandlers/ASP.NET/FCExporter.aspx" exportAction="save" exportAtClient="0" exportEnabled="1" showPercentInToolTip="0" numberSuffix="%" pieRadius="180" pieYScale="60" showBorder="1" baseFontColor="000000" baseFontSize="12" baseFont="Verdana" caption="Employed Graduates, N = 636"> <set value="3" label="College Administrator"/> <set value="58" label="College Faculty"/> <set value="21" label="Non-Education"/> <set value="7" label="Other Education"/> <set value="12" label="Postdoctoral"/> </chart> Thanks, DH