export_example_controller.rb

Path: app/controllers/fusioncharts/export_example_controller.rb
Last Update: Mon Aug 16 15:30:13 +0530 2010

Contains functions to illustrate the following export features:

  • downloading the chart to the user‘s system
  • saving the chart to the server side
  • exporting multiple charts on a page
  • automatic initiation of export

Demonstrates the ease of exporting FusionCharts as image or PDF. All the views related to this controller will use the "common" layout. As per Ruby On Rails conventions, we have the corresponding views with the same name as the function name in the controller.

[Validate]