# File app/controllers/fusioncharts/db_data_url_controller.rb, line 31
  def pie_data
    
      headers["content-type"]="text/xml"
      @animate_chart = params[:animate]
            
      if @animate_chart.nil? or @animate_chart.empty?
         @animate_chart = '1'
      end  
      
      # Find all the factories
      @factories = Fusioncharts::FactoryMaster.find(:all)
  end