Vijaya_FC

Server Side Export

Recommended Posts

Hi,

 

Serverside exporting is not working.

 

/lib/fusioncharts/exporter/fc_exporter.rb:93:in `bang'

/lib/fusioncharts/exporter/fc_exporter.rb:84:in `parse_params'

/lib/fusioncharts/exporter/fc_exporter.rb:77:in `parse_export_request_stream'

/lib/fusioncharts/exporter/fc_exporter.rb:15:in `initialize'

/app/controllers/fusioncharts/fc_exporter_controller.rb:50:in `new'

/app/controllers/fusioncharts/fc_exporter_controller.rb:50:in `index'

 

 

And the HTMLcode

var myChart = new FusionCharts('/FusionCharts/Column3D.swf', 'myChart1', '900', '300', '0', '1');

myChart.setXMLData("<chart yAxisName='Sales Figure' caption='Top 5 Sales Person' numberPrefix='$' useRoundEdges='1' bgColor='FFFFFF,FFFFFF' showBorder='0' exportEnabled='1' exportHandler='/fusioncharts/fc_exporter/index' exportAtClient='0' exportAction='download' ><set label='Alex' value='25000' /></chart>");

myChart.render('div_ChartId');

 

 

(Fusion charts 3

and RMagick -2.5)

 

 

Thanks,

Vijaya

Share this post


Link to post
Share on other sites

Hi Vijaya,

 

Can you please share a scaled-down version of your application?

 

It would be easier to debug.

 

Can you also give me the complete error message?

 

Please tell me the version of FusionCharts you are using.

 

Srividya Sharma

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